summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/registerdefaultdebuggeroperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/registerdefaultdebuggeroperation.cpp')
-rw-r--r--src/libs/installer/registerdefaultdebuggeroperation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/installer/registerdefaultdebuggeroperation.cpp b/src/libs/installer/registerdefaultdebuggeroperation.cpp
index c3762b7c4..d6cdac851 100644
--- a/src/libs/installer/registerdefaultdebuggeroperation.cpp
+++ b/src/libs/installer/registerdefaultdebuggeroperation.cpp
@@ -90,8 +90,8 @@ bool RegisterDefaultDebuggerOperation::performOperation()
if (args.count() != 2) {
setError(InvalidArguments);
- setErrorString(tr("Invalid arguments in %0: %1 arguments given, 2 expected.")
- .arg(name()).arg(args.count()));
+ setErrorString(tr("Invalid arguments in %0: %1 arguments given, %2 expected%3.")
+ .arg(name()).arg(arguments().count()).arg(tr("exactly 2"), QLatin1String("")));
return false;
}