From 774affb0aa62f4feb53e6a2e14f5ab2703d7beeb Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 20 Jan 2005 03:56:22 +0000 Subject: ** See bug #55831. 2005-01-20 Not Zed ** See bug #55831. * evolution-mail.schemas.in.in: added open_many prompt key. * mail-errors.xml: added ask-open-many * em-folder-view.c (em_folder_view_open_selected): put back the 'you're opening too many are you sure' thing. svn path=/trunk/; revision=28454 --- mail/mail-errors.xml.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mail/mail-errors.xml.h') diff --git a/mail/mail-errors.xml.h b/mail/mail-errors.xml.h index 9994212fba..afa7479588 100644 --- a/mail/mail-errors.xml.h +++ b/mail/mail-errors.xml.h @@ -49,6 +49,11 @@ char *s = N_("Are you sure you want to permanently remove all the deleted messag /* mail:ask-empty-trash secondary */ char *s = N_("If you continue, you will not be able to recover these messages."); char *s = N_("_Empty Trash"); +/* mail:ask-open-many primary */ +char *s = N_("Are you sure you want to open {0} messages at once?"); +/* mail:ask-open-many secondary */ +char *s = N_("Opening too many messages at once may take a long time."); +char *s = N_("_Open Messages"); /* mail:exit-unsaved primary */ char *s = N_("You have unsent messages, do you wish to quit anyway?"); /* mail:exit-unsaved secondary */ -- cgit v1.2.3