]> spindle.queued.net Git - midori/commitdiff
Add translation comments to 'History' and 'Form History'
authorChristian Dywan <christian@twotoasts.de>
Thu, 21 Oct 2010 18:43:39 +0000 (20:43 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 21 Oct 2010 19:09:00 +0000 (21:09 +0200)
extensions/formhistory.c
midori/midori-browser.c

index c0587770ca1b46807ca33419e9a5e69c807d2b78..cc4c07cf89e34a269fd768772f5409e0eb6919f0 100644 (file)
@@ -539,6 +539,7 @@ extension_init (void)
         g_signal_connect (extension, "activate",
             G_CALLBACK (formhistory_activate_cb), NULL);
 
+    /* i18n: Data entered into web forms by the user */
     sokoke_register_privacy_item ("formhistory", _("_Form History"),
         G_CALLBACK (formhistory_clear_database_cb));
 
index 6b19b0f93cfbcafec4390db6041e3c2c5b36b3b3..421767cf67b082dbe29fdd3b75a1d92b5d1afae1 100644 (file)
@@ -4288,6 +4288,7 @@ _action_clear_private_data_activate (GtkAction*     action,
         vbox = gtk_vbox_new (TRUE, 4);
         alignment = gtk_alignment_new (0, 0, 1, 1);
         gtk_alignment_set_padding (GTK_ALIGNMENT (alignment), 0, 6, 12, 0);
+        /* i18n: Browsing history, visited web pages */
         button = gtk_check_button_new_with_mnemonic (_("History"));
         if ((clear_prefs & MIDORI_CLEAR_HISTORY) == MIDORI_CLEAR_HISTORY)
             gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);