From: Christian Dywan Date: Thu, 8 Apr 2010 21:54:25 +0000 (+0200) Subject: Add an i18n comment for Clear Private Data dialog X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cdd7cc6433b6569706bd8bbe673bb52ac1b1ece;p=midori Add an i18n comment for Clear Private Data dialog Since there is a button with the same wording, it is good to point out the difference. --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index bd055b1b..18a2c378 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -4841,6 +4841,7 @@ _action_clear_private_data_activate (GtkAction* action, gint clear_prefs = MIDORI_CLEAR_NONE; g_object_get (browser->settings, "clear-private-data", &clear_prefs, NULL); + /* i18n: Dialog: Clear Private Data, in the Tools menu */ dialog = gtk_dialog_new_with_buttons (_("Clear Private Data"), GTK_WINDOW (browser), GTK_DIALOG_NO_SEPARATOR | GTK_DIALOG_DESTROY_WITH_PARENT,