diff options
Diffstat (limited to 'editor/project_manager/project_list.cpp')
-rw-r--r-- | editor/project_manager/project_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/project_manager/project_list.cpp b/editor/project_manager/project_list.cpp index 541ab01e62..70843f5c17 100644 --- a/editor/project_manager/project_list.cpp +++ b/editor/project_manager/project_list.cpp @@ -153,7 +153,7 @@ void ProjectListItemControl::set_unsupported_features(PackedStringArray p_featur } if (VERSION_MAJOR != project_version_major || VERSION_MINOR <= project_version_minor) { // Don't show a warning if the project was last edited in a previous minor version. - tooltip_text += TTR("This project was last edited in a different Godot version: ") + p_features[i] + "\n"; + tooltip_text += TTR("This project was last edited in a different Redot version: ") + p_features[i] + "\n"; } p_features.remove_at(i); i--; |