]> spindle.queued.net Git - midori/commitdiff
Add an i18n comment for Clear Private Data dialog
authorChristian Dywan <christian@twotoasts.de>
Thu, 8 Apr 2010 21:54:25 +0000 (23:54 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 8 Apr 2010 21:54:25 +0000 (23:54 +0200)
Since there is a button with the same wording, it is good to
point out the difference.

midori/midori-browser.c

index bd055b1b2ed353b30f69227c2efb31094031ee3f..18a2c3785ec0ad4e544a6585f203fb79038a8b79 100644 (file)
@@ -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,