]> spindle.queued.net Git - midori/commitdiff
Rename 'Add Desktop Shortcut' to 'Create launcher'
authorChristian Dywan <christian@twotoasts.de>
Sat, 12 Feb 2011 17:12:55 +0000 (18:12 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 12 Feb 2011 17:12:55 +0000 (18:12 +0100)
Fixes: https://bugs.launchpad.net/midori/+bug/710281
midori/midori-browser.c

index c5a789e14716878b1441a83f8daf69c2616f7268..4ab29d9fc4d93f9ca55b0d094393635fd6f118dd 100644 (file)
@@ -4854,8 +4854,13 @@ static const GtkActionEntry entries[] =
         N_("Add to Speed _dial"), "<Ctrl>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"), "<Ctrl>j",
         N_("Add shortcut to the desktop"), G_CALLBACK (_action_add_desktop_shortcut_activate) },
+    #else
+        N_("Create _Launcher"), "<Ctrl>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) },