From 401994082e3a93222515713478ed3c9acdea0967 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 14 Feb 2013 15:00:49 +0530 Subject: [PATCH] ... --- src/calibre/gui2/actions/polish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/polish.py b/src/calibre/gui2/actions/polish.py index 0dd6e191fb..5b789700bb 100644 --- a/src/calibre/gui2/actions/polish.py +++ b/src/calibre/gui2/actions/polish.py @@ -376,7 +376,7 @@ class PolishAction(InterfaceAction): if d.jobs: self.gui.jobs_pointer.start() self.gui.status_bar.show_message( - _('Starting polishing of %d book(s)') % len(d.jobs), 2000) + _('Start polishing of %d book(s)') % len(d.jobs), 2000) def book_polished(self, job): if job.failed: