This commit is contained in:
Kovid Goyal 2021-04-05 23:00:07 +05:30
parent 09f3dd67b0
commit f009b8c64b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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)