diff options
| author | Geequlim | 2016-09-20 20:41:57 +0800 |
|---|---|---|
| committer | Geequlim | 2016-09-20 20:41:57 +0800 |
| commit | fd236a4b6cb4619844c7fd0bafa6a4dc089d8019 (patch) | |
| tree | c33051888deb8f785eb83ee64e944a386ee61919 /tools/editor/plugins | |
| parent | 2f776af2e600639c8d214e19555f3452a558692f (diff) | |
| download | godot-fd236a4b6cb4619844c7fd0bafa6a4dc089d8019.tar.gz godot-fd236a4b6cb4619844c7fd0bafa6a4dc089d8019.tar.zst godot-fd236a4b6cb4619844c7fd0bafa6a4dc089d8019.zip | |
More custom theme support for editor
Diffstat (limited to 'tools/editor/plugins')
| -rw-r--r-- | tools/editor/plugins/theme_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/theme_editor_plugin.cpp b/tools/editor/plugins/theme_editor_plugin.cpp index 5db331ba4..84568aa8c 100644 --- a/tools/editor/plugins/theme_editor_plugin.cpp +++ b/tools/editor/plugins/theme_editor_plugin.cpp @@ -668,7 +668,7 @@ ThemeEditor::ThemeEditor() { theme_menu = memnew( MenuButton ); - theme_menu->set_text("Theme"); + theme_menu->set_text(TTR("Theme")); theme_menu->get_popup()->add_item(TTR("Add Item"),POPUP_ADD); theme_menu->get_popup()->add_item(TTR("Add Class Items"),POPUP_CLASS_ADD); theme_menu->get_popup()->add_item(TTR("Remove Item"),POPUP_REMOVE); |
