You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
i18n: Misc fixes translation strings
Adds some translator comments to solve some questions raised on Weblate.
This commit is contained in:
@@ -420,11 +420,8 @@ ResourcePreloaderEditorPlugin::ResourcePreloaderEditorPlugin() {
|
||||
preloader_editor = memnew(ResourcePreloaderEditor);
|
||||
preloader_editor->set_custom_minimum_size(Size2(0, 250) * EDSCALE);
|
||||
|
||||
button = EditorNode::get_singleton()->add_bottom_panel_item(TTR("ResourcePreloader"), preloader_editor);
|
||||
button = EditorNode::get_singleton()->add_bottom_panel_item("ResourcePreloader", preloader_editor);
|
||||
button->hide();
|
||||
|
||||
//preloader_editor->set_anchor( MARGIN_TOP, Control::ANCHOR_END);
|
||||
//preloader_editor->set_margin( MARGIN_TOP, 120 );
|
||||
}
|
||||
|
||||
ResourcePreloaderEditorPlugin::~ResourcePreloaderEditorPlugin() {
|
||||
|
||||
Reference in New Issue
Block a user