summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/setexamplespathonqtoperation.cpp
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-02-07 14:05:06 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-02-07 16:42:41 +0100
commitb32aa577b9647a79537e9218748c9987d2129728 (patch)
treed21f5760af17ede82f1057c7e0f6bf45e1e765e8 /src/libs/installer/setexamplespathonqtoperation.cpp
parent67124a7d28ef2d3723cb01a21d3618c9df4cb446 (diff)
Improve and unify the error messages.
Change-Id: I13d3c17625b11a001816b17bc139ac273af53263 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'src/libs/installer/setexamplespathonqtoperation.cpp')
-rw-r--r--src/libs/installer/setexamplespathonqtoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/setexamplespathonqtoperation.cpp b/src/libs/installer/setexamplespathonqtoperation.cpp
index bebdf531f..e28443d43 100644
--- a/src/libs/installer/setexamplespathonqtoperation.cpp
+++ b/src/libs/installer/setexamplespathonqtoperation.cpp
@@ -96,7 +96,7 @@ bool SetExamplesPathOnQtOperation::performOperation()
if (newValue.size() >= 255) {
setError(UserDefinedError);
- setErrorString(tr("Qt patch error: new Qt example path (%1)\nneeds to be less than 255 characters.")
+ setErrorString(tr("Qt patch error: new Qt example path '%1'\nneeds to be less than 255 characters.")
.arg(QString::fromLocal8Bit(newValue)));
return false;
}