summaryrefslogtreecommitdiff
path: root/tools/editor/plugins/theme_editor_plugin.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-10-03 11:50:18 +0200
committerGitHub <noreply@github.com>2016-10-03 11:50:18 +0200
commitde648e552bf651ea465bf9fd4fc9b863e04077a8 (patch)
treee6194ffc0152d73f4d6b4bb23e173e46fb157c87 /tools/editor/plugins/theme_editor_plugin.cpp
parent44b741dd3c49fef26874872f9208bfa804fdecbe (diff)
parentfd236a4b6cb4619844c7fd0bafa6a4dc089d8019 (diff)
Merge pull request #6575 from Geequlim/more_themes
More custom theme support for editor
Diffstat (limited to 'tools/editor/plugins/theme_editor_plugin.cpp')
-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);