mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-18 06:26:16 +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:
@@ -175,7 +175,7 @@ void TileSetEditor::_name_dialog_confirm(const String& name) {
|
||||
if (tileset->has_tile(id)) {
|
||||
tileset->remove_tile(id);
|
||||
} else {
|
||||
err_dialog->set_text(TTR("Could not find tile: ") + name);
|
||||
err_dialog->set_text(TTR("Could not find tile:")+" " + name);
|
||||
err_dialog->popup_centered(Size2(300, 60));
|
||||
}
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user