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.
This commit is contained in:
parent
5146e5182c
commit
1cdd7cc643
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue