This commit is contained in:
Kovid Goyal 2015-12-09 08:55:04 +05:30
parent 38fd76c21b
commit abf86abf5e

View File

@ -205,7 +205,7 @@ class CheckLibraryDialog(QDialog):
_('Enter comma-separated standard file name wildcards, such as synctoy*.dat'))
ln.setBuddy(self.name_ignores)
h.addWidget(self.name_ignores)
le = QLabel(_('Extensions to ignore'))
le = QLabel(_('Extensions to ignore:'))
h.addWidget(le)
self.ext_ignores = QLineEdit()
self.ext_ignores.setText(db.prefs.get('check_library_ignore_extensions', ''))