[gnome-control-center] privacy: Mark new string for translation



commit 72e25ad405f8568e48a53ab0e912141c1b8c5341
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 21 19:24:54 2015 +0100

    privacy: Mark new string for translation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742375

 panels/privacy/cc-privacy-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/privacy/cc-privacy-panel.c b/panels/privacy/cc-privacy-panel.c
index ee7ddda..01effe8 100644
--- a/panels/privacy/cc-privacy-panel.c
+++ b/panels/privacy/cc-privacy-panel.c
@@ -728,7 +728,7 @@ add_abrt (CcPrivacyPanel *self)
 
   os_name = get_os_name ();
   /* translators: '%s' is the distributor's name, such as 'Fedora' */
-  msg = g_strdup_printf ("Sending reports of technical problems helps us improve %s. Reports are sent 
anonymously and are scrubbed of personal data.",
+  msg = g_strdup_printf (_("Sending reports of technical problems helps us improve %s. Reports are sent 
anonymously and are scrubbed of personal data."),
                          os_name);
   g_free (os_name);
   gtk_label_set_text (GTK_LABEL (gtk_builder_get_object (self->priv->builder, "abrt_explanation_label")), 
msg);


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