mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:12:20 +02:00
...
This commit is contained in:
parent
07e0ec1d16
commit
d9fa433025
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ def reg(icon, text, target, sid, keys, description):
|
|||
self.boss.polish, 'embed', _('Embed fonts')), 'embed-fonts', (), _('Embed referenced fonts'))
|
||||
self.action_smarten_punctuation = reg(
|
||||
'smarten-punctuation.png', _('&Smarten punctuation'), partial(
|
||||
self.boss.polish, 'smarten_punctuation', _('Smarten punstuation')), 'smarten-punctuation', (), _('Smarten punctuation'))
|
||||
self.boss.polish, 'smarten_punctuation', _('Smarten punctuation')), 'smarten-punctuation', (), _('Smarten punctuation'))
|
||||
|
||||
def create_menubar(self):
|
||||
b = self.menuBar()
|
||||
|
|
|
|||
Loading…
Reference in a new issue