mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1735817 [String is not being translated in calibre](https://bugs.launchpad.net/calibre/+bug/1735817)
This commit is contained in:
parent
0d1fec1e98
commit
d7994e8d1d
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user