From b7482834844956e4fa1ba2c5f11b3e2e81b879ac Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 15 Nov 2023 10:48:39 -0600 Subject: [PATCH] Comment about why we're keeping a typo. See #1011 --- calibre-plugin/fff_plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calibre-plugin/fff_plugin.py b/calibre-plugin/fff_plugin.py index 038e2ab5..ef2e351e 100644 --- a/calibre-plugin/fff_plugin.py +++ b/calibre-plugin/fff_plugin.py @@ -1936,6 +1936,8 @@ class FanFicFarePlugin(InterfaceAction): if merge: if len(good_list) < 1: info_dialog(self.gui, _('FanFicFare: ')+_('No Good Stories for Anthology'), + ## where -> were -- typo kept to not invalidate existing translation. + ## should fix if it ever changes for other reasons. See #1011 _('No good stories/updates where downloaded, Anthology creation/update aborted.'), show=True, show_copy_button=False)