[Xfce4-commits] <midori:master> Add an i18n comment for Clear Private Data dialog

Christian Dywan noreply at xfce.org
Thu Apr 8 23:52:02 CEST 2010


Updating branch refs/heads/master
         to 1cdd7cc6433b6569706bd8bbe673bb52ac1b1ece (commit)
       from 5146e5182c282bca3735ecab53d016e6739d5248 (commit)

commit 1cdd7cc6433b6569706bd8bbe673bb52ac1b1ece
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Apr 8 23:54:25 2010 +0200

    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.

 midori/midori-browser.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index bd055b1..18a2c37 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,



More information about the Xfce4-commits mailing list