Fix #1712204 [Hovering a tab shows not translated string](https://bugs.launchpad.net/calibre/+bug/1712204)

This commit is contained in:
Kovid Goyal 2017-08-22 07:33:38 +05:30
parent 808e1351ea
commit b993bcb41d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -318,6 +318,7 @@ if False:
_('&Step up') _('&Step up')
_('Step &down') _('Step &down')
_('Close without Saving') _('Close without Saving')
_('Close Tab')
_lcase_map = {} _lcase_map = {}
for k in _extra_lang_codes: for k in _extra_lang_codes: