You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
i18n: Sync template with current source
Also fix a space after : in a translated string.
This commit is contained in:
@@ -390,7 +390,7 @@ public:
|
||||
popup_centered(Size2(500,145)*EDSCALE);
|
||||
} else if (mode==MODE_INSTALL){
|
||||
|
||||
set_title(TTR("Install Project: ")+zip_title);
|
||||
set_title(TTR("Install Project:")+" "+zip_title);
|
||||
get_ok()->set_text(TTR("Install"));
|
||||
pp->set_text(TTR("Project Path:"));
|
||||
pn->hide();
|
||||
|
||||
Reference in New Issue
Block a user