Fix #1735817 [String is not being translated in calibre](https://bugs.launchpad.net/calibre/+bug/1735817)

This commit is contained in:
Kovid Goyal 2017-12-02 08:25:40 +05:30
parent 0d1fec1e98
commit d7994e8d1d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -35,7 +35,7 @@ class Configure(Dialog):
fdo.setModel(self.model)
fdo.setAlternatingRowColors(True)
del self.db
self.l.addWidget(QLabel('Select displayed metadata'))
self.l.addWidget(QLabel(_('Select displayed metadata')))
h = QHBoxLayout()
h.addWidget(fdo)
v = QVBoxLayout()