[gnome-online-accounts] alarm: Don't translate private classes



commit 5b3b2e6b85da69ce3eb08935e5e7b3ad2397672d
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jun 12 15:04:56 2014 +0200

    alarm: Don't translate private classes
    
    GoaAlarm is a private class. The strings used to describe its
    properties are not going to show up in any public documentation, so
    there is no need to translate them.
    
    Fixes: https://bugzilla.gnome.org/707299

 src/goaidentity/goaalarm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/goaidentity/goaalarm.c b/src/goaidentity/goaalarm.c
index 7085229..3c996c2 100644
--- a/src/goaidentity/goaalarm.c
+++ b/src/goaidentity/goaalarm.c
@@ -167,8 +167,8 @@ goa_alarm_class_init (GoaAlarmClass *klass)
   g_object_class_install_property (object_class,
                                    PROP_TIME,
                                    g_param_spec_boxed ("time",
-                                                       _("Time"),
-                                                       _("Time to fire"),
+                                                       "Time",
+                                                       "Time to fire",
                                                        G_TYPE_DATE_TIME,
                                                        G_PARAM_READWRITE));
 }


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