From a933414f9327bc3a287201be45b6cd9c3af0f028 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 10 Dec 2007 07:39:24 +0000 Subject: ** Fix for bug #502501 2007-12-10 Srinivasa Ragavan ** Fix for bug #502501 * main.c: (show_recovery_warning): Re use the existing string. svn path=/trunk/; revision=34683 --- shell/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/main.c') 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); -- cgit