summaryrefslogtreecommitdiff
path: root/tools/editor/plugins
diff options
context:
space:
mode:
authorGeequlim <geequlim@gmail.com>2016-09-20 20:41:57 +0800
committerGeequlim <geequlim@gmail.com>2016-09-20 20:41:57 +0800
commitfd236a4b6cb4619844c7fd0bafa6a4dc089d8019 (patch)
treec33051888deb8f785eb83ee64e944a386ee61919 /tools/editor/plugins
parent2f776af2e600639c8d214e19555f3452a558692f (diff)
More custom theme support for editor
Diffstat (limited to 'tools/editor/plugins')
-rw-r--r--tools/editor/plugins/theme_editor_plugin.cpp2
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 5db331ba45..84568aa8c0 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);