summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-08-17 14:46:21 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-08-17 15:02:44 (GMT)
commitdb41f54d5cfe9e1cfa13c78536718ca34f008284 (patch)
tree97d42bb36c578fb2ca1b86af8ca473e85c896c0b /tools
parentacfa3c743c23ca2443d618bda6f3c01f78777b77 (diff)
downloadQt-db41f54d5cfe9e1cfa13c78536718ca34f008284.zip
Qt-db41f54d5cfe9e1cfa13c78536718ca34f008284.tar.gz
Qt-db41f54d5cfe9e1cfa13c78536718ca34f008284.tar.bz2
make error messages consistent
this re-uses an existing string and obsoletes another one, so it is ok during string freeze.
Diffstat (limited to 'tools')
-rw-r--r--tools/assistant/tools/assistant/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/tools/assistant/main.cpp b/tools/assistant/tools/assistant/main.cpp
index 51ea9f9..02507ae 100644
--- a/tools/assistant/tools/assistant/main.cpp
+++ b/tools/assistant/tools/assistant/main.cpp
@@ -355,7 +355,7 @@ int main(int argc, char *argv[])
QHelpEngineCore cachedCollection(cachedCollectionFile);
if (!cachedCollection.setupData()) {
cmd.showMessage(QCoreApplication::translate("Assistant",
- "Error reading collection file '%1': %2").
+ "Error reading collection file '%1': %2.").
arg(cachedCollectionFile).
arg(cachedCollection.error()), true);
return EXIT_FAILURE;