mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
09f3dd67b0
commit
f009b8c64b
@ -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,
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user