[Xfce4-commits] <midori:master> Rename 'Add Desktop Shortcut' to 'Create launcher'
Christian Dywan
noreply at xfce.org
Sat Feb 12 18:14:01 CET 2011
Updating branch refs/heads/master
to 0bfcf344509b4d615b6b54d4165111a1057ea498 (commit)
from 4eb874f0449f5426a130bf0580e58ae53de5ffc0 (commit)
commit 0bfcf344509b4d615b6b54d4165111a1057ea498
Author: Christian Dywan <christian at twotoasts.de>
Date: Sat Feb 12 18:12:55 2011 +0100
Rename 'Add Desktop Shortcut' to 'Create launcher'
Fixes: https://bugs.launchpad.net/midori/+bug/710281
midori/midori-browser.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index c5a789e..4ab29d9 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -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) },
More information about the Xfce4-commits
mailing list