summaryrefslogtreecommitdiff
path: root/src/nav.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nav.c')
-rw-r--r--src/nav.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nav.c b/src/nav.c
index 83a4fd9f..2cf51c23 100644
--- a/src/nav.c
+++ b/src/nav.c
@@ -487,7 +487,8 @@ static void Nav_reload_callback(void *data)
confirmed = 1;
} else if (URL_FLAGS(h_url) & URL_Post) {
/* Attempt to repost data, let's confirm... */
- choice = a_Dialog_choice5("Repost form data?",
+ choice = a_Dialog_choice5("Dillo: Repost form?",
+ "Repost form data?",
"No", "Yes", "Cancel", NULL, NULL);
confirmed = (choice == 2); /* "Yes" */
}