mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
add some space to an error message
git-svn-id: http://svn.osgeo.org/qgis/trunk@5728 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
866694f340
commit
6a3431a072
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user