From 0bfcf344509b4d615b6b54d4165111a1057ea498 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 12 Feb 2011 18:12:55 +0100 Subject: [PATCH] Rename 'Add Desktop Shortcut' to 'Create launcher' Fixes: https://bugs.launchpad.net/midori/+bug/710281 --- midori/midori-browser.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index c5a789e1..4ab29d9f 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -4854,8 +4854,13 @@ static const GtkActionEntry entries[] = N_("Add to Speed _dial"), "h", N_("Add shortcut to speed dial"), G_CALLBACK (_action_add_speed_dial_activate) }, { "AddDesktopShortcut", NULL, + #if HAVE_HILDON N_("Add Shortcut to the _desktop"), "j", N_("Add shortcut to the desktop"), G_CALLBACK (_action_add_desktop_shortcut_activate) }, + #else + N_("Create _Launcher"), "j", + N_("Create a launcher"), G_CALLBACK (_action_add_desktop_shortcut_activate) }, + #endif { "AddNewsFeed", NULL, N_("Subscribe to News _feed"), NULL, N_("Subscribe to this news feed"), G_CALLBACK (_action_add_news_feed_activate) }, -- 2.39.5