[gnome-schedule] Revert "Fix gettext error for easy crontab task"



commit 18fa5c16ea3feb8a3a6e859ae27a4a5e7056f1fd
Author: Gaute Hope <eg gaute vetsj com>
Date:   Sun Jun 12 11:04:42 2011 +0200

    Revert "Fix gettext error for easy crontab task"
    
    This reverts commit 26ed4aeb549104b3b69cdc9b0bf501fe3d37ccd3.

 src/lang.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lang.py b/src/lang.py
index 462355e..0ea2c17 100644
--- a/src/lang.py
+++ b/src/lang.py
@@ -188,7 +188,7 @@ def translate_crontab_easy_common (minute, hour, day, month, weekday):
         elif minute == "*" and hour != "*":
             return (_("At every minute between %(time_from)s and %(time_to)s") % { "time_from": lc_time(hour, 0), "time_to": lc_time(hour, 59) } )
         elif hour != "*" and minute != "*":
-            return (_("On every day at %(time)s").decode('utf-8') % { "time": lc_time(hour, minute) } )
+            return (_("On every day at %(time)s") % { "time": lc_time(hour, minute) } )
 
     # Day cases
     if month == "*" and day != "*" and weekday == "*":



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