From 2ff2fb0495febe11d5015d2308d67e1d8048e597 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 10 Apr 2014 13:37:02 +0200 Subject: Some code cosmetics about commas, spaces and quotes Merges #577 --- module/cli/ManageFiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/cli') 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.")) -- cgit v1.2.3