aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdm-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdm-dialog.c')
-rw-r--r--src/pdm-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c
index 1cff2d298..80df90b5a 100644
--- a/src/pdm-dialog.c
+++ b/src/pdm-dialog.c
@@ -228,7 +228,7 @@ clear_all_dialog_response_cb (GtkDialog *dialog,
if (response == GTK_RESPONSE_HELP)
{
/* Show help and return early */
- ephy_gui_help (GTK_WIDGET (dialog), "clearing-personal-data");
+ ephy_gui_help (GTK_WIDGET (dialog), "data");
return;
}