mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
8ca694376b
commit
e721f8aa3e
@ -764,7 +764,7 @@ class ViewAction(QAction):
|
|||||||
|
|
||||||
def __init__(self, item, parent):
|
def __init__(self, item, parent):
|
||||||
self.item = item
|
self.item = item
|
||||||
QAction.__init__(self, _('&View')+' '+item.ext.upper(), parent)
|
QAction.__init__(self, _('&View {} format').format(item.ext.upper()), parent)
|
||||||
self.triggered.connect(self._triggered)
|
self.triggered.connect(self._triggered)
|
||||||
|
|
||||||
def _triggered(self):
|
def _triggered(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user