From 66d997c1605b80c67344a2973a17f6a4650181c9 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Sun, 1 Jan 2006 12:21:38 +0000 Subject: s/don't/do not/ string changes. Fixes #325276. 2006-01-01 Harish Krishnaswamy * em-utils.c (em_utils_prompt_user), mail-config.glade, mail.error.xml : s/don't/do not/ string changes. Fixes #325276. svn path=/trunk/; revision=31002 --- mail/em-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-utils.c') diff --git a/mail/em-utils.c b/mail/em-utils.c index 4041d82a46..0ea8caf442 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -97,7 +97,7 @@ extern struct _CamelSession *session; * @arg0: The first of a NULL terminated list of arguments for the error. * * Convenience function to query the user with a Yes/No dialog and a - * "Don't show this dialog again" checkbox. If the user checks that + * "Do not show this dialog again" checkbox. If the user checks that * checkbox, then @promptkey is set to %FALSE, otherwise it is set to * %TRUE. * @@ -120,7 +120,7 @@ em_utils_prompt_user(GtkWindow *parent, const char *promptkey, const char *tag, va_end(ap); if (promptkey) { - check = gtk_check_button_new_with_label (_("Don't show this message again.")); + check = gtk_check_button_new_with_label (_("Do not show this message again.")); gtk_container_set_border_width((GtkContainer *)check, 12); gtk_box_pack_start ((GtkBox *)((GtkDialog *) mbox)->vbox, check, TRUE, TRUE, 0); gtk_widget_show (check); -- cgit