[gnome-disk-utility] Mark forgotten string as translatable



commit 62fea40920d302ddd82d7f689720e1581991bee0
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Sat Mar 31 03:52:27 2012 +0200

    Mark forgotten string as translatable

 src/palimpsest/gduatasmartdialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/palimpsest/gduatasmartdialog.c b/src/palimpsest/gduatasmartdialog.c
index 2554fae..9d8f11b 100644
--- a/src/palimpsest/gduatasmartdialog.c
+++ b/src/palimpsest/gduatasmartdialog.c
@@ -1192,7 +1192,7 @@ gdu_ata_smart_get_overall_assessment (UDisksDriveAta *ata,
 
   /* Otherwise, it's all honky dory */
 
-  ret = g_strdup ("Disk is OK");
+  ret = g_strdup (_("Disk is OK"));
 
  out:
 



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