[gnome-schedule/freebsd] Translateable title string



commit 1bb9746acee322c52bfb42c085d8e499a10650bf
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 b70ad89..ef5fa73 100644
--- a/src/at.py
+++ b/src/at.py
@@ -604,7 +604,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]