diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-03 17:40:49 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-03 17:40:49 +0100 |
commit | 5ab6856bdf0e0f90ee9606a6da30a05b537d03ee (patch) | |
tree | 5660308f12f0336e8fd85b24182192ddc09ae907 /pyLoadCli.py | |
parent | l18n fixes (diff) | |
download | pyload-5ab6856bdf0e0f90ee9606a6da30a05b537d03ee.tar.xz |
missing mo files
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-x | pyLoadCli.py | 2 |
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")) |