summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/selfrestartoperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/selfrestartoperation.cpp')
-rw-r--r--src/libs/installer/selfrestartoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/selfrestartoperation.cpp b/src/libs/installer/selfrestartoperation.cpp
index 8e53b8201..360dc60b2 100644
--- a/src/libs/installer/selfrestartoperation.cpp
+++ b/src/libs/installer/selfrestartoperation.cpp
@@ -61,7 +61,7 @@ bool SelfRestartOperation::performOperation()
if (!core->isMaintainer()) {
setError(UserDefinedError);
- setErrorString(tr("Self Restart: Only valid within updater or packagemanager mode."));
+ setErrorString(tr("Self Restart: Only valid within updater or package manager mode."));
return false;
}