summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-02-03 17:40:49 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-02-03 17:40:49 +0100
commit5ab6856bdf0e0f90ee9606a6da30a05b537d03ee (patch)
tree5660308f12f0336e8fd85b24182192ddc09ae907 /pyLoadCli.py
parentl18n fixes (diff)
downloadpyload-5ab6856bdf0e0f90ee9606a6da30a05b537d03ee.tar.xz
missing mo files
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"))