[epiphany] ephy-bookmark-properties: icon name should not be marked for translation



commit 62921d430cdaf988c795c43ef61f1706cec46b74
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Tue Sep 3 10:21:04 2013 +0300

    ephy-bookmark-properties: icon name should not be marked for translation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707341

 src/bookmarks/ephy-bookmark-properties.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c
index 19584c3..bd7542d 100644
--- a/src/bookmarks/ephy-bookmark-properties.c
+++ b/src/bookmarks/ephy-bookmark-properties.c
@@ -610,7 +610,7 @@ ephy_bookmark_properties_constructor (GType type,
        text = g_strdup_printf (ngettext("%d _Similar", "%d _Similar", 0), 0);
        gtk_button_set_label (GTK_BUTTON (priv->warning), text);
        g_free (text);
-       widget = gtk_image_new_from_icon_name (_("dialog-warning"), GTK_ICON_SIZE_BUTTON);
+       widget = gtk_image_new_from_icon_name ("dialog-warning", GTK_ICON_SIZE_BUTTON);
        gtk_widget_show (widget);
        gtk_button_set_image (GTK_BUTTON (priv->warning), widget);
        g_object_set (priv->warning, "sensitive", FALSE, NULL);


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