From ef78721dcc79e7c5c442f33f7cf3671fd7e9f620 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 5 Feb 2017 16:26:43 +0530 Subject: [PATCH] ... --- src/calibre/devices/kobo/kobotouch_config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/calibre/devices/kobo/kobotouch_config.py b/src/calibre/devices/kobo/kobotouch_config.py index b7ca1bf09e..7102dbfcb2 100644 --- a/src/calibre/devices/kobo/kobotouch_config.py +++ b/src/calibre/devices/kobo/kobotouch_config.py @@ -384,7 +384,7 @@ class AdvancedGroupBox(DeviceOptionsGroupBox): 'The better the match, the less extraneous output.'), device.get_pref('debugging_title') ) - self.debugging_title_label = QLabel(_('Title to test when debugging')) + self.debugging_title_label = QLabel(_('Title to test when debugging:')) self.debugging_title_edit = QLineEdit(self) self.debugging_title_edit.setToolTip(_('Part of title of a book that can be used when doing some tests for debugging. ' 'The test is to see if the string is contained in the title of a book. ' @@ -465,5 +465,3 @@ if __name__ == '__main__': if d.exec_() == d.Accepted: cw.commit() dev.shutdown() - -