From abf86abf5e43019a9eb491a1a2e668f89c21f2e5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 9 Dec 2015 08:55:04 +0530 Subject: [PATCH] ... --- src/calibre/gui2/dialogs/check_library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/dialogs/check_library.py b/src/calibre/gui2/dialogs/check_library.py index b23b807063..9ce1118b56 100644 --- a/src/calibre/gui2/dialogs/check_library.py +++ b/src/calibre/gui2/dialogs/check_library.py @@ -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', ''))