summaryrefslogtreecommitdiff
path: root/editor/plugins/resource_preloader_editor_plugin.cpp
diff options
context:
space:
mode:
authorNoshyaar <poommetee@protonmail.com>2017-12-24 18:28:46 +0700
committerGitHub <noreply@github.com>2017-12-24 18:28:46 +0700
commit83182ea4a1e6d5c34dd137fdbd7ef9b2c5f33231 (patch)
treea1d46c740d6685026d77c91298efb39a12a0369f /editor/plugins/resource_preloader_editor_plugin.cpp
parentc899583ac1bd9c1c424ec2536988ad0790526eea (diff)
parent52ad2e5418fc132a9534d9ef715259202a6acc08 (diff)
Merge pull request #14982 from GodotExplorer/more-translate-text
Add more translatable text for editor plugins.
Diffstat (limited to 'editor/plugins/resource_preloader_editor_plugin.cpp')
-rw-r--r--editor/plugins/resource_preloader_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/resource_preloader_editor_plugin.cpp b/editor/plugins/resource_preloader_editor_plugin.cpp
index 3210af1433..88649ca267 100644
--- a/editor/plugins/resource_preloader_editor_plugin.cpp
+++ b/editor/plugins/resource_preloader_editor_plugin.cpp
@@ -444,7 +444,7 @@ ResourcePreloaderEditorPlugin::ResourcePreloaderEditorPlugin(EditorNode *p_node)
preloader_editor = memnew(ResourcePreloaderEditor);
preloader_editor->set_custom_minimum_size(Size2(0, 250));
- button = editor->add_bottom_panel_item("ResourcePreloader", preloader_editor);
+ button = editor->add_bottom_panel_item(TTR("ResourcePreloader"), preloader_editor);
button->hide();
//preloader_editor->set_anchor( MARGIN_TOP, Control::ANCHOR_END);