mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
07e0ec1d16
commit
d9fa433025
@ -191,7 +191,7 @@ class Main(MainWindow):
|
|||||||
self.boss.polish, 'embed', _('Embed fonts')), 'embed-fonts', (), _('Embed referenced fonts'))
|
self.boss.polish, 'embed', _('Embed fonts')), 'embed-fonts', (), _('Embed referenced fonts'))
|
||||||
self.action_smarten_punctuation = reg(
|
self.action_smarten_punctuation = reg(
|
||||||
'smarten-punctuation.png', _('&Smarten punctuation'), partial(
|
'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):
|
def create_menubar(self):
|
||||||
b = self.menuBar()
|
b = self.menuBar()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user