summaryrefslogtreecommitdiffstats
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
parentl18n fixes (diff)
downloadpyload-5ab6856bdf0e0f90ee9606a6da30a05b537d03ee.tar.xz
missing mo files
-rw-r--r--locale/de/LC_MESSAGES/pyLoadCli.mobin0 -> 375 bytes
-rw-r--r--locale/en/LC_MESSAGES/pyLoadCli.mobin0 -> 375 bytes
-rw-r--r--locale/fr/LC_MESSAGES/pyLoadCli.mobin0 -> 375 bytes
-rwxr-xr-xpyLoadCli.py2
4 files changed, 1 insertions, 1 deletions
diff --git a/locale/de/LC_MESSAGES/pyLoadCli.mo b/locale/de/LC_MESSAGES/pyLoadCli.mo
new file mode 100644
index 000000000..1ae24953f
--- /dev/null
+++ b/locale/de/LC_MESSAGES/pyLoadCli.mo
Binary files differ
diff --git a/locale/en/LC_MESSAGES/pyLoadCli.mo b/locale/en/LC_MESSAGES/pyLoadCli.mo
new file mode 100644
index 000000000..1ae24953f
--- /dev/null
+++ b/locale/en/LC_MESSAGES/pyLoadCli.mo
Binary files differ
diff --git a/locale/fr/LC_MESSAGES/pyLoadCli.mo b/locale/fr/LC_MESSAGES/pyLoadCli.mo
new file mode 100644
index 000000000..1ae24953f
--- /dev/null
+++ b/locale/fr/LC_MESSAGES/pyLoadCli.mo
Binary files differ
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"))