From b32aa577b9647a79537e9218748c9987d2129728 Mon Sep 17 00:00:00 2001 From: Niels Weber Date: Thu, 7 Feb 2013 14:05:06 +0100 Subject: Improve and unify the error messages. Change-Id: I13d3c17625b11a001816b17bc139ac273af53263 Reviewed-by: Karsten Heimrich --- src/libs/installer/setexamplespathonqtoperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/installer/setexamplespathonqtoperation.cpp') 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; } -- cgit v1.2.3