mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
i18n: Misc fixes translation strings
Adds some translator comments to solve some questions raised on Weblate.
This commit is contained in:
parent
43f05bd6a0
commit
c8ce7e34e2
29 changed files with 73 additions and 72 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue