add some space to an error message

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5728 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
g_j_m 2006-08-24 01:14:22 +00:00
parent 0342081a14
commit 302754693c

View File

@ -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);