[gnome-bluetooth] Revert "Mark string as translatable"



commit 1dee8602ea1ea4a04ab5efe04399eec1b366f1cd
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jul 16 15:07:33 2015 +0200

    Revert "Mark string as translatable"
    
    This reverts commit 56e59e2f5e60d6f5bcb45092581edd1009cd54f1.
    
    This string isn't supposed to be translated, as it's not supposed to be
    visible. If you see the string during normal usage, file a bug.

 lib/bluetooth-settings-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/bluetooth-settings-widget.c b/lib/bluetooth-settings-widget.c
index c3c7367..eb00b19 100644
--- a/lib/bluetooth-settings-widget.c
+++ b/lib/bluetooth-settings-widget.c
@@ -1461,7 +1461,7 @@ add_device_section (BluetoothSettingsWidget *self)
        gtk_box_pack_start (GTK_BOX (hbox), spinner, FALSE, TRUE, 0);
 
        /* Discoverable label */
-       priv->visible_label = gtk_label_new _("Visible as “Foobar”");
+       priv->visible_label = gtk_label_new ("Visible as “Foobar”");
        gtk_label_set_use_markup (GTK_LABEL (priv->visible_label), TRUE);
        gtk_misc_set_alignment (GTK_MISC (priv->visible_label), 1.0, 0.5);
        gtk_box_pack_end (GTK_BOX (hbox), priv->visible_label, FALSE, TRUE, 0);


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