summaryrefslogtreecommitdiffstats
path: root/module/cli/ManageFiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/cli/ManageFiles.py')
-rw-r--r--module/cli/ManageFiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/cli/ManageFiles.py b/module/cli/ManageFiles.py
index 4d0377d9d..d3dc14eff 100644
--- a/module/cli/ManageFiles.py
+++ b/module/cli/ManageFiles.py
@@ -107,7 +107,7 @@ class ManageFiles(Handler):
elif self.mode == "r":
println(line, _("What do you want to restart?"))
- println(line + 1, "Enter single number, comma seperated numbers or ranges. eg. 1,2,3 or 1-3.")
+ println(line + 1, "Enter single number, comma seperated numbers or ranges. eg. 1, 2, 3 or 1-3.")
line += 2
else:
println(line, _("Choose what yout want to do or enter package number."))