String changes

This commit is contained in:
Kovid Goyal 2019-12-26 08:52:53 +05:30
parent 8ca694376b
commit e721f8aa3e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -764,7 +764,7 @@ class ViewAction(QAction):
def __init__(self, item, parent):
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)
def _triggered(self):