[Xfce4-commits] <midori:master> Clarify menu item labels

Christian Dywan noreply at xfce.org
Mon May 16 03:38:03 CEST 2011


Updating branch refs/heads/master
         to 33e8c038e705eb3ac1615086442bc8caff3ca42e (commit)
       from caaa9e04c7a5f818d6d6d1c8561786ba7c0e61f2 (commit)

commit 33e8c038e705eb3ac1615086442bc8caff3ca42e
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon May 16 03:30:55 2011 +0200

    Clarify menu item labels
    
    Related to: https://bugs.launchpad.net/midori/+bug/743159
    
    Fixes: https://bugs.launchpad.net/midori/+bug/699934

 midori/midori-browser.c     |    6 +++---
 midori/midori-preferences.c |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 5a356f1..fe15920 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -5026,14 +5026,14 @@ static const GtkActionEntry entries[] =
         NULL, "<Ctrl>t",
         N_("Open a new tab"), G_CALLBACK (_action_tab_new_activate) },
     { "PrivateBrowsing", NULL,
-        N_("P_rivate Browsing"), "<Ctrl><Shift>n",
+        N_("New P_rivate Browsing Window"), "<Ctrl><Shift>n",
         N_("Don't save any private data while browsing"),
         G_CALLBACK (_action_private_browsing_activate), },
     { "Open", GTK_STOCK_OPEN,
         NULL, "<Ctrl>o",
         N_("Open a file"), G_CALLBACK (_action_open_activate) },
     { "SaveAs", GTK_STOCK_SAVE_AS,
-        NULL, "<Ctrl>s",
+        N_("_Save Page As..."), "<Ctrl>s",
         N_("Save to a file"), G_CALLBACK (_action_save_as_activate) },
     { "AddSpeedDial", NULL,
         N_("Add to Speed _dial"), "<Ctrl>h",
@@ -5090,7 +5090,7 @@ static const GtkActionEntry entries[] =
         NULL, "<Ctrl>a",
         N_("Select all text"), G_CALLBACK (_action_select_all_activate) },
     { "Find", GTK_STOCK_FIND,
-        NULL, "<Ctrl>f",
+        N_("_Find..."), "<Ctrl>f",
         N_("Find a word or phrase in the page"), G_CALLBACK (_action_find_activate) },
     { "FindNext", GTK_STOCK_GO_FORWARD,
         N_("Find _Next"), "<Ctrl>g",
diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c
index 2c27660..15874e2 100644
--- a/midori/midori-preferences.c
+++ b/midori/midori-preferences.c
@@ -319,7 +319,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     PAGE_NEW (GTK_STOCK_SELECT_FONT, _("Fonts"));
     FRAME_NEW (NULL);
     #if !HAVE_HILDON
-    label = gtk_label_new (_("Default Font Family"));
+    label = gtk_label_new (_("Proportional Font Family"));
     gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
     INDENTED_ADD (label);
     button = katze_property_proxy (settings, "default-font-family", "font");



More information about the Xfce4-commits mailing list