We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866694f commit 6a3431aCopy full SHA for 6a3431a
src/gui/qgsproject.cpp
@@ -1032,7 +1032,7 @@ bool QgsProject::read()
1032
// errorMsg + " at line " + QString::number( line ) +
1033
// " column " + QString::number( column ) );
1034
1035
- QString errorString = QObject::tr("Project file read error") +
+ QString errorString = QObject::tr("Project file read error: ") +
1036
errorMsg + QObject::tr(" at line ") + QString::number(line) + QObject::tr(" column ") +
1037
QString::number(column);
1038
0 commit comments