[Xfce4-commits] <midori:master> Use mnemonic s instead of C for 'Copy Link destination'

Christian Dywan noreply at xfce.org
Sat Jan 2 22:08:02 CET 2010


Updating branch refs/heads/master
         to 83f68c90d91700b4e9aae7f3a119ae9da11f8906 (commit)
       from 3163c659e531a33e204e70496e4226aa31f8a014 (commit)

commit 83f68c90d91700b4e9aae7f3a119ae9da11f8906
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Jan 2 22:03:32 2010 +0100

    Use mnemonic s instead of C for 'Copy Link destination'
    
    It can conflict if Copy is visible due to a selection.

 midori/midori-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index 950b6fb..d810cd4 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -1836,7 +1836,7 @@ webkit_web_view_populate_popup_cb (WebKitWebView* web_view,
             _("Open Link as Web A_pplication"), NULL,
             G_CALLBACK (midori_web_view_menu_web_app_activate_cb), widget);
         midori_view_insert_menu_item (menu_shell, -1,
-            _("_Copy Link destination"), NULL,
+            _("Copy Link de_stination"), NULL,
             G_CALLBACK (midori_web_view_menu_link_copy_activate_cb), widget);
         midori_view_insert_menu_item (menu_shell, -1,
             view->ask_for_destination_folder ? _("_Save Link destination")



More information about the Xfce4-commits mailing list