[gnome-disk-utility] Marked one string as translatable



commit 51e99862720ba561b99f29e5191121ae11e68b12
Author: Milo Casagrande <milo ubuntu com>
Date:   Fri Aug 21 16:14:36 2009 +0200

    Marked one string as translatable

 src/palimpsest/gdu-shell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/palimpsest/gdu-shell.c b/src/palimpsest/gdu-shell.c
index a397f70..e4b137a 100644
--- a/src/palimpsest/gdu-shell.c
+++ b/src/palimpsest/gdu-shell.c
@@ -201,7 +201,7 @@ details_update (GduShell *shell)
         if (presentable_size > 0) {
                 strsize_long = gdu_util_get_size_for_display (presentable_size, TRUE);
         } else {
-                strsize_long = g_strdup ("Unknown Size");
+                strsize_long = g_strdup (_("Unknown Size"));
         }
 
         if (GDU_IS_DRIVE (presentable)) {



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