[gnome-todo] project: forgot some properties' translations



commit a0db696200c4c0a21e34f075f219c76b77031bfd
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Aug 31 10:13:31 2015 -0300

    project: forgot some properties' translations
    
    This finally closes bug 754038.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754038

 src/notification/gtd-notification.c |    4 ++--
 src/storage/gtd-storage.c           |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/notification/gtd-notification.c b/src/notification/gtd-notification.c
index 989e021..f5f89f4 100644
--- a/src/notification/gtd-notification.c
+++ b/src/notification/gtd-notification.c
@@ -235,8 +235,8 @@ gtd_notification_class_init (GtdNotificationClass *klass)
         object_class,
         PROP_TIMEOUT,
         g_param_spec_double ("timeout",
-                             _("Notification timeout"),
-                             _("The time the notification is displayed"),
+                             "Notification timeout",
+                             "The time the notification is displayed",
                              0.0,
                              30000.0,
                              7500.00,
diff --git a/src/storage/gtd-storage.c b/src/storage/gtd-storage.c
index a6d7d9f..dddc75e 100644
--- a/src/storage/gtd-storage.c
+++ b/src/storage/gtd-storage.c
@@ -150,8 +150,8 @@ gtd_storage_class_init (GtdStorageClass *klass)
         object_class,
         PROP_ENABLED,
         g_param_spec_boolean ("enabled",
-                              _("Whether the storage is enabled"),
-                              _("Whether the storage is available to be used."),
+                              "Whether the storage is enabled",
+                              "Whether the storage is available to be used.",
                               FALSE,
                               G_PARAM_READWRITE));
 


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