1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Add more translatable text for editor plugins.

This commit is contained in:
geequlim
2017-12-23 22:40:15 +08:00
parent 59ec417e4a
commit 52ad2e5418
8 changed files with 23 additions and 23 deletions

View File

@@ -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);