mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-05 13:55:39 +01:00
Fix #1712204 [Hovering a tab shows not translated string](https://bugs.launchpad.net/calibre/+bug/1712204)
This commit is contained in:
parent
808e1351ea
commit
b993bcb41d
1 changed files with 1 additions and 0 deletions
|
|
@ -318,6 +318,7 @@ def set_translators():
|
|||
_('&Step up')
|
||||
_('Step &down')
|
||||
_('Close without Saving')
|
||||
_('Close Tab')
|
||||
|
||||
_lcase_map = {}
|
||||
for k in _extra_lang_codes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue