From f009b8c64b1a4d8b31fcd59a22c00432deae824b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 5 Apr 2021 23:00:07 +0530 Subject: [PATCH] ... --- manual/faq.rst | 2 +- src/calibre/gui2/dialogs/template_dialog.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/faq.rst b/manual/faq.rst index 8fc4626754..006a50a81b 100644 --- a/manual/faq.rst +++ b/manual/faq.rst @@ -357,7 +357,7 @@ right IP address to use. You can now browse your book collection and download books from calibre to your device to open with whatever e-book reading software you have on your -android device. +Android device. Calibre Companion and many reading apps support browsing the calibre library directly. For example, in Aldiko, click My Catalogs, then + to add a catalog, diff --git a/src/calibre/gui2/dialogs/template_dialog.py b/src/calibre/gui2/dialogs/template_dialog.py index b9790ce02d..de8a90b7a8 100644 --- a/src/calibre/gui2/dialogs/template_dialog.py +++ b/src/calibre/gui2/dialogs/template_dialog.py @@ -768,7 +768,7 @@ class BreakReporter(QDialog): bb.rejected.connect(self.reject) self.setLayout(l) - self.setWindowTitle(_('Break: line {0}, Book {1}').format(line_number, self.mi.title)) + self.setWindowTitle(_('Break: line {0}, book {1}').format(line_number, self.mi.title)) local_names = sorted(locals_.keys()) rows = len(local_names)