summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-xpyLoadCli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py
index 99d121d02..be84e0349 100755
--- a/pyLoadCli.py
+++ b/pyLoadCli.py
@@ -239,7 +239,7 @@ class pyLoadCli:
self.println(line, "")
line += 1
- self.println(line, mag(_("p")) + _(" - previous") + " | " + mag(_("n")) + _(" - next"))
+ self.println(line, mag("p") + _(" - previous") + " | " + mag("n") + _(" - next"))
line += 1
self.println(line, mag("0.") + _(" back to main menu"))