From 78d5bd1874dff802c7416deb5f056ce89aab1e5c Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 25 Jul 2004 12:49:06 +0000 Subject: Fix "Save Link As" filechooser title, and change capitalisation on the 2004-07-25 Christian Persch * src/popup-commands.c: (popup_cmd_download_link), (popup_cmd_download_link_as): Fix "Save Link As" filechooser title, and change capitalisation on the "Download Link" filechooser title. Fixes bug #138208. --- src/popup-commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/popup-commands.c b/src/popup-commands.c index 0f880dc72..34dafdfc8 100644 --- a/src/popup-commands.c +++ b/src/popup-commands.c @@ -242,7 +242,7 @@ void popup_cmd_download_link (GtkAction *action, EphyWindow *window) { - save_property_url (action, _("Download link"), window, + save_property_url (action, _("Download Link"), window, FALSE, "link"); } @@ -250,7 +250,7 @@ void popup_cmd_download_link_as (GtkAction *action, EphyWindow *window) { - save_property_url (action, _("Download link"), window, + save_property_url (action, _("Save Link As"), window, TRUE, "link"); } void -- cgit