Skip to content

Commit 6a3431a

Browse files
author
g_j_m
committed
add some space to an error message
git-svn-id: http://svn.osgeo.org/qgis/trunk@5728 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 866694f commit 6a3431a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsproject.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ bool QgsProject::read()
10321032
// errorMsg + " at line " + QString::number( line ) +
10331033
// " column " + QString::number( column ) );
10341034

1035-
QString errorString = QObject::tr("Project file read error") +
1035+
QString errorString = QObject::tr("Project file read error: ") +
10361036
errorMsg + QObject::tr(" at line ") + QString::number(line) + QObject::tr(" column ") +
10371037
QString::number(column);
10381038

0 commit comments

Comments
 (0)