You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fixed localization in file dialogs
and two more lines. 2 fixes in ru.po.
This commit is contained in:
@@ -866,10 +866,10 @@ ProjectManager::ProjectManager() {
|
||||
panel->add_child(vb);
|
||||
vb->set_area_as_parent_rect(20);
|
||||
|
||||
OS::get_singleton()->set_window_title(_MKSTR(VERSION_NAME)" - Project Manager");
|
||||
OS::get_singleton()->set_window_title(_MKSTR(VERSION_NAME)+TTR(" - Project Manager"));
|
||||
|
||||
Label *l = memnew( Label );
|
||||
l->set_text(_MKSTR(VERSION_NAME)" - Project Manager");
|
||||
l->set_text(_MKSTR(VERSION_NAME)+TTR(" - Project Manager"));
|
||||
l->add_font_override("font",get_font("large","Fonts"));
|
||||
l->set_align(Label::ALIGN_CENTER);
|
||||
vb->add_child(l);
|
||||
|
||||
Reference in New Issue
Block a user