mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Comment about why we're keeping a typo. See #1011
This commit is contained in:
parent
28af7e1722
commit
b748283484
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue