[epiphany] Use a better label on the image context menu



commit f818ca70f0d171c2c9c751755e74524c64c0e816
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Aug 26 09:44:49 2014 -0500

    Use a better label on the image context menu
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735453

 src/ephy-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 016bdc4..1926f7a 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -230,7 +230,7 @@ static const GtkActionEntry ephy_popups_entries [] = {
 
        /* Images. */
 
-       { "ViewImage", NULL, N_("View _Image"), NULL,
+       { "ViewImage", NULL, N_("View _Image in New Tab"), NULL,
          NULL, G_CALLBACK (popup_cmd_view_image_in_new_tab) },
        { "CopyImageLocation", NULL, N_("Copy I_mage Address"), NULL,
          NULL, G_CALLBACK (popup_cmd_copy_image_location) },


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