summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/simplemovefileoperation.cpp
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-02-08 11:15:21 +0100
committerNiels Weber <niels.weber@digia.com>2013-02-08 16:44:39 +0100
commit7845a26f6ff58936af272ee3885603e951e17eee (patch)
treed10777db56931b9318b46d4a751e51e947c70019 /src/libs/installer/simplemovefileoperation.cpp
parent1d7e30eca88a14c4a7a6333e51d70f8186c9e54a (diff)
Small cleanup
Change-Id: I979f4f1542921da26b473d5f9ab9b1aadceafea7 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'src/libs/installer/simplemovefileoperation.cpp')
-rw-r--r--src/libs/installer/simplemovefileoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/simplemovefileoperation.cpp b/src/libs/installer/simplemovefileoperation.cpp
index ae415b058..2985c562a 100644
--- a/src/libs/installer/simplemovefileoperation.cpp
+++ b/src/libs/installer/simplemovefileoperation.cpp
@@ -69,7 +69,7 @@ bool SimpleMoveFileOperation::performOperation()
if (source.isEmpty() || target.isEmpty()) {
setError(UserDefinedError);
- setErrorString(tr("None of the arguments can be empty: source (%1), target (%2).")
+ setErrorString(tr("None of the arguments can be empty: source '%1', target '%2'.")
.arg(source, target));
return false;
}