From 62921d430cdaf988c795c43ef61f1706cec46b74 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Tue, 3 Sep 2013 10:21:04 +0300 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bookmarks') diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index 19584c355..bd7542d69 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); -- cgit v1.2.3