[mousetrap] #577118 Closed



commit 73a67029711396f0e8d8a7e3559e59f218c1a8f3
Author: Flavio Percoco Premoli <flaper87 gmail com>
Date:   Sat Apr 3 22:53:12 2010 +0200

    #577118 Closed

 src/mousetrap/app/main.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/mousetrap/app/main.py b/src/mousetrap/app/main.py
index 732b4e5..6239a01 100644
--- a/src/mousetrap/app/main.py
+++ b/src/mousetrap/app/main.py
@@ -199,16 +199,16 @@ class Controller():
         # Options:
         # -e, --enable Allow the users to enable modules not permantly
         print( "-e, --enable=[" \
-            + _("main-window") + "|" \
-            + _("cam") + "]"),
+            + "main-window" + "|" \
+            + "cam") + "]",
         
         print( _("     Enable the selected options"))
         
         # Options:
         # -d, --disable Allow the users to disable modules not permanently.
         print( "-d, --disable=[" \
-            + _("main-window") + "|" \
-            + _("cam") + "]"),
+            + "main-window" + "|" \
+            + "cam" + "]"),
             
         print( _("    Disable the selected options"))
         



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]