From e87e6941dc7af81bf9e8c276c9c84127a131312c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 14 Jul 2013 13:51:14 +0530 Subject: [PATCH] Show auto convert format in question dialog --- src/calibre/gui2/email.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/email.py b/src/calibre/gui2/email.py index f8c7552437..665b19cc5a 100644 --- a/src/calibre/gui2/email.py +++ b/src/calibre/gui2/email.py @@ -257,8 +257,8 @@ class EmailMixin(object): # {{{ else: autos = [self.library_view.model().db.title(id, index_is_id=True) for id in auto] if self.auto_convert_question( - _('Auto convert the following books before sending via ' - 'email?'), autos): + _('Auto convert the following books to %s before sending via ' + 'email?') % format.upper(), autos): self.iactions['Convert Books'].auto_convert_mail(to, fmts, delete_from_library, auto, format, subject) if bad: