diff options
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r-- | src/popup-commands.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |