summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/simplemovefileoperation.cpp
diff options
context:
space:
mode:
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;
}