[Xfce4-commits] <midori:master> Add tooltip to Share toolbar item (Granite)
Christian Dywan
noreply at xfce.org
Wed Nov 7 01:22:02 CET 2012
Updating branch refs/heads/master
to 4a598983d541dc5f60b0b9d115cf01d6d9fbc582 (commit)
from e7c1bd33df1e40bbdaf72b929d8049d6e060b6e1 (commit)
commit 4a598983d541dc5f60b0b9d115cf01d6d9fbc582
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Nov 6 22:35:00 2012 +0100
Add tooltip to Share toolbar item (Granite)
midori/midori-browser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 0514258..4e5cf10 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -5456,7 +5456,7 @@ static const GtkActionEntry entries[] =
#ifdef HAVE_GRANITE
{ "Print", "document-export",
N_("_Share"), "<Ctrl>p",
- NULL, G_CALLBACK (_action_print_activate) },
+ N_("Share this page"), G_CALLBACK (_action_print_activate) },
#else
{ "Print", GTK_STOCK_PRINT,
NULL, "<Ctrl>p",
More information about the Xfce4-commits
mailing list