1
0
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:
Rémi Verschelde
2016-07-15 08:57:53 +02:00
parent fd5fdaba68
commit cfaad1ebe7
2 changed files with 198 additions and 143 deletions

View File

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