From 936758afdcbedd7febc15c530134aa4afa670833 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 21 Oct 2010 20:43:39 +0200 Subject: [PATCH] Add translation comments to 'History' and 'Form History' --- extensions/formhistory.c | 1 + midori/midori-browser.c | 1 + 2 files changed, 2 insertions(+) diff --git a/extensions/formhistory.c b/extensions/formhistory.c index c0587770..cc4c07cf 100644 --- a/extensions/formhistory.c +++ b/extensions/formhistory.c @@ -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)); diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 6b19b0f9..421767cf 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -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);