[gnome-schedule] Translateable title string



commit 21edf3b173445f2a9ef41c529bbbcc4b66f434e0
Author: Gaute Hope <eg gaute vetsj com>
Date:   Wed Oct 5 07:46:21 2011 +0200

    Translateable title string

 src/at.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/at.py b/src/at.py
index e67ab53..6ef4c0b 100644
--- a/src/at.py
+++ b/src/at.py
@@ -585,7 +585,7 @@ fi
                 #remeber the length to remove this from the preview
                 prelen = len(title) + 7
             else:
-                title = "Untitled"
+                title = _("Untitled")
             # If the string contains ICON=
             iconstart = script.find ("ICON=")
             if iconstart != -1:



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