Skip to content

Commit

Permalink
Reword warning message for project file upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston authored Jul 9, 2024
1 parent d154799 commit 6606ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16270,7 +16270,7 @@ void QgisApp::projectVersionMismatchOccurred( const QString &projectVersion )
{
QString smalltext = tr( "This project file was saved by QGIS version %1."
" When saving this project file, QGIS will update it to version %2, "
"possibly rendering it useless for older versions of QGIS." ).arg( projectVersion, Qgis::version() );
"possibly rendering it unusable with older versions of QGIS." ).arg( projectVersion, Qgis::version() );

QString title = tr( "Project file is older" );

Expand Down

0 comments on commit 6606ad7

Please sign in to comment.