1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Cosmetics

This commit is contained in:
Martin Tůma 2021-06-28 23:48:02 +02:00
parent e9cd0963dc
commit 17ed28ebf7

View File

@ -118,7 +118,7 @@ void PRJFile::error(CTX &ctx)
if (ctx.token == ERROR)
return;
_errorString = QString("parse error on line: %1").arg(ctx.line);
_errorString = QString("parse error on line %1").arg(ctx.line);
ctx.token = ERROR;
}