]> spindle.queued.net Git - midori/commitdiff
Add i18n comments for Paste Proceed as well as Go to next/ previous page
authorChristian Dywan <christian@twotoasts.de>
Sat, 9 Jan 2010 22:08:40 +0000 (23:08 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 10 Jan 2010 06:22:20 +0000 (07:22 +0100)
midori/midori-browser.c
midori/midori-locationaction.c

index 438c8819db982f28b68e9b42cbcd9fb1902ee83d..bc1821e9f83dec305c15414b49693826b0290c03 100644 (file)
@@ -5162,9 +5162,11 @@ static const GtkActionEntry entries[] = {
    N_("Go forward to the next page"), G_CALLBACK (_action_forward_activate) },
  { "Previous", GTK_STOCK_MEDIA_PREVIOUS,
    NULL, "<Ctrl>Left",
+ /* i18n: Visit the previous logical page, ie. in a forum or blog */
    N_("Go to the previous sub-page"), G_CALLBACK (_action_previous_activate) },
  { "Next", GTK_STOCK_MEDIA_NEXT,
    NULL, "<Ctrl>Right",
+ /* i18n: Visit the following logical page, ie. in a forum or blog */
    N_("Go to the next sub-page"), G_CALLBACK (_action_next_activate) },
  { "Homepage", STOCK_HOMEPAGE,
    NULL, "<Alt>Home",
index 053656eb314e260b278d636b778fb58b00a445b7..910f8cd77934fb14680dbb217ce11a2d09479135 100644 (file)
@@ -1138,6 +1138,7 @@ midori_location_action_populate_popup_cb (GtkWidget*            entry,
     menuitem = sokoke_action_create_popup_menu_item (
         gtk_action_group_get_action (actions, "ManageSearchEngines"));
     gtk_menu_shell_append (menu, menuitem);
+    /* i18n: Right-click on Location, Open an URL from the clipboard */
     menuitem = gtk_menu_item_new_with_mnemonic (_("Paste and p_roceed"));
     gtk_widget_show (menuitem);
     gtk_menu_shell_append (menu, menuitem);