mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Improve text in popup warning, remove "upgrade or downgrade" text
This commit is contained in:
parent
ef155c1aeb
commit
95ccbdea4b
1 changed files with 1 additions and 1 deletions
|
@ -2313,7 +2313,7 @@ void ProjectManager::_open_selected_projects_ask() {
|
||||||
unsupported_features.remove_at(i);
|
unsupported_features.remove_at(i);
|
||||||
i--;
|
i--;
|
||||||
} else if (_project_feature_looks_like_version(feature)) {
|
} else if (_project_feature_looks_like_version(feature)) {
|
||||||
warning_message += vformat(TTR("Warning: This project was built in Godot %s.\nOpening will upgrade or downgrade the project to Godot %s.\n\n"), Variant(feature), Variant(VERSION_BRANCH));
|
warning_message += vformat(TTR("Warning: This project was last edited in Godot %s. Opening will change it to Godot %s.\n\n"), Variant(feature), Variant(VERSION_BRANCH));
|
||||||
unsupported_features.remove_at(i);
|
unsupported_features.remove_at(i);
|
||||||
i--;
|
i--;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue