diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 18c943f6b..ce1fb83cc 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -599,7 +599,7 @@ confirm_action_from_mime (WebKitWebView *web_view, g_free (mime_description); - button = gtk_button_new_with_label (_("_Save As...")); + button = gtk_button_new_with_mnemonic (_("_Save As...")); image = gtk_image_new_from_stock (GTK_STOCK_SAVE_AS, GTK_ICON_SIZE_BUTTON); gtk_button_set_image (GTK_BUTTON (button), image); /* don't show the image! see bug #307818 */ |