Skip to content

Commit

Permalink
add some space to an error message
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5728 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Aug 24, 2006
1 parent 866694f commit 6a3431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsproject.cpp
Expand Up @@ -1032,7 +1032,7 @@ bool QgsProject::read()
// errorMsg + " at line " + QString::number( line ) +
// " column " + QString::number( column ) );

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

Expand Down

0 comments on commit 6a3431a

Please sign in to comment.