mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
i18n: Sync translations with Weblate
Add translators comment for the two 'Project Manager' strings, and fix some of the translations.
This commit is contained in:
@@ -2461,6 +2461,7 @@ ProjectManager::ProjectManager() {
|
||||
|
||||
String cp;
|
||||
cp += 0xA9;
|
||||
// TRANSLATORS: This refers to the application where users manage their Godot projects.
|
||||
OS::get_singleton()->set_window_title(VERSION_NAME + String(" - ") + TTR("Project Manager") + " - " + cp + " 2007-2020 Juan Linietsky, Ariel Manzur & Godot Contributors");
|
||||
|
||||
Control *center_box = memnew(Control);
|
||||
|
||||
Reference in New Issue
Block a user