From f06afd843713cbac7bd89e8fcf27f9b1d69f9281 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 12 May 2021 21:19:44 +0530 Subject: [PATCH] string changes --- src/calibre/gui2/actions/annotate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/annotate.py b/src/calibre/gui2/actions/annotate.py index 1283662082..a618e3b63b 100644 --- a/src/calibre/gui2/actions/annotate.py +++ b/src/calibre/gui2/actions/annotate.py @@ -160,5 +160,5 @@ class FetchAnnotationsAction(InterfaceAction): entries.extend([title, tb, '']) error_dialog(self.gui, _('Some errors'), _('Could not fetch annotations for some books. Click ' - 'show details to see which ones.'), + '"Show details" to see which ones.'), det_msg='\n'.join(entries), show=True)