You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
i18n: Proofreading of all strings
Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there.
This commit is contained in:
@@ -199,7 +199,7 @@ void ThemeEditor::_save_template_cbk(String fname) {
|
||||
if (!file) {
|
||||
|
||||
|
||||
ERR_EXPLAIN(TTR("Can't save theme to file: ")+filename);
|
||||
ERR_EXPLAIN(TTR("Can't save theme to file:")+" "+filename);
|
||||
return;
|
||||
}
|
||||
file->store_line("; ******************* ");
|
||||
|
||||
Reference in New Issue
Block a user