aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index bcd7fbada4..bbbd27d62c 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -331,7 +331,7 @@ show_recovery_warning(void)
gtk_box_pack_start (GTK_BOX (vbox), label, TRUE, TRUE, 0);
- checkbox = gtk_check_button_new_with_mnemonic (_("_Do not show this again"));
+ checkbox = gtk_check_button_new_with_mnemonic (_("_Do not show this message again"));
alignment = gtk_alignment_new (0.0, 0.0, 0.0, 0.0);