From 6134d8741d6b255751e7b2811be85b60ef916269 Mon Sep 17 00:00:00 2001 From: Andreas Haas Date: Wed, 23 Aug 2017 22:25:14 +0200 Subject: Editor: Add some more translatable strings. --- editor/plugins/theme_editor_plugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/plugins/theme_editor_plugin.cpp') diff --git a/editor/plugins/theme_editor_plugin.cpp b/editor/plugins/theme_editor_plugin.cpp index 9cf43e656..c55bc46b2 100644 --- a/editor/plugins/theme_editor_plugin.cpp +++ b/editor/plugins/theme_editor_plugin.cpp @@ -529,8 +529,8 @@ void ThemeEditor::_theme_menu_cbk(int p_option) { } else if (p_option == POPUP_CLASS_REMOVE) { - add_del_dialog->set_title("Remove All Items"); - add_del_dialog->get_ok()->set_text("Remove All"); + add_del_dialog->set_title(TTR("Remove All Items")); + add_del_dialog->get_ok()->set_text(TTR("Remove All")); add_del_dialog->popup_centered(Size2(240, 85) * EDSCALE); base_theme = Theme::get_default(); -- cgit v1.2.3-70-g09d2