]> spindle.queued.net Git - midori/commitdiff
Shorten 'Closed Tabs and Windows' to 'Closed Tabs'
authorChristian Dywan <christian@twotoasts.de>
Wed, 22 Jul 2009 22:06:55 +0000 (00:06 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 22 Jul 2009 22:06:55 +0000 (00:06 +0200)
Effectively only tabs are saved and if that changes one day, the
shorter label should still be good enough.

midori/midori-browser.c
midori/sokoke.c

index 8a0e9db6a0d0c452ee20dd6fc984590f9d4a55ad..03a213fb25604c9f696cfe331f80af3ea40f2788 100644 (file)
@@ -3707,7 +3707,7 @@ _action_clear_private_data_activate (GtkAction*     action,
             gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
         g_object_set_data (G_OBJECT (dialog), "website-icons", button);
         gtk_box_pack_start (GTK_BOX (vbox), button, TRUE, TRUE, 0);
-        button = gtk_check_button_new_with_mnemonic (_("_Closed Tabs and Windows"));
+        button = gtk_check_button_new_with_mnemonic (_("_Closed Tabs"));
         if ((clear_prefs & MIDORI_CLEAR_TRASH) == MIDORI_CLEAR_TRASH)
             gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
         g_object_set_data (G_OBJECT (dialog), "trash", button);
index 97d932f2b6fb18f9fd11939372b43bdeb0ea2392..abe482def97790a009ef8bae5f500b8a71cdbf1d 100644 (file)
@@ -873,7 +873,7 @@ sokoke_register_stock_items (void)
         { STOCK_TAB_NEW,        N_("New _Tab"), 0, 0, GTK_STOCK_ADD },
         { STOCK_TRANSFERS,      N_("_Transfers"), 0, 0, GTK_STOCK_SAVE },
         { STOCK_PLUGINS,        N_("Netscape p_lugins"), 0, 0, GTK_STOCK_CONVERT },
-        { STOCK_USER_TRASH,     N_("_Closed Tabs and Windows"), 0, 0, "gtk-undo-ltr" },
+        { STOCK_USER_TRASH,     N_("_Closed Tabs"), 0, 0, "gtk-undo-ltr" },
         { STOCK_WINDOW_NEW,     N_("New _Window"), 0, 0, GTK_STOCK_ADD },
     };