Makes more strings in editor translatable
* File type names in file dialogs * Layout option names * Visual shader editor UI
This commit is contained in:
parent
d8d96c9fa7
commit
7a9c337dfe
7 changed files with 45 additions and 45 deletions
|
|
@ -870,7 +870,7 @@ ThemeEditor::ThemeEditor() {
|
|||
add_del_dialog->get_ok()->connect("pressed", this, "_dialog_cbk");
|
||||
|
||||
file_dialog = memnew(EditorFileDialog);
|
||||
file_dialog->add_filter("*.theme ; Theme File");
|
||||
file_dialog->add_filter("*.theme ; " + TTR("Theme File"));
|
||||
add_child(file_dialog);
|
||||
file_dialog->connect("file_selected", this, "_save_template_cbk");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue