From 3fc57d78db5f9cacc14544125e2fc99a88cba5b6 Mon Sep 17 00:00:00 2001 From: 413Michele <413Michele@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:21:46 +0100 Subject: [PATCH 1/3] String update for consistency --- manual/server.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/server.rst b/manual/server.rst index 73f4005278..fff1362c96 100644 --- a/manual/server.rst +++ b/manual/server.rst @@ -23,9 +23,9 @@ address: This will open a page in the browser showing you your calibre libraries, click on any one and browse the books in it. Click on a book, and it will show you -all the metadata about the book, along with buttons to :guilabel:`Read book` -and :guilabel:`Download book`. Click the :guilabel:`Read book` button to -start reading the book. +all the metadata about the book, along with buttons to :guilabel:`Read` and +:guilabel:`Download`. Click the :guilabel:`Read book` button to start +reading the book. .. note:: The address used above ``http://127.0.0.1:8080`` will only work on the computer that is running calibre. To access the server from other From 42045d087b94423d6da2df7ea158e2a07f6429c0 Mon Sep 17 00:00:00 2001 From: 413Michele <413Michele@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:29:14 +0100 Subject: [PATCH 2/3] Missed some bits --- manual/server.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/server.rst b/manual/server.rst index fff1362c96..88a806e90a 100644 --- a/manual/server.rst +++ b/manual/server.rst @@ -24,7 +24,7 @@ address: This will open a page in the browser showing you your calibre libraries, click on any one and browse the books in it. Click on a book, and it will show you all the metadata about the book, along with buttons to :guilabel:`Read` and -:guilabel:`Download`. Click the :guilabel:`Read book` button to start +:guilabel:`Download` the book. Click the :guilabel:`Read` button to start reading the book. .. note:: The address used above ``http://127.0.0.1:8080`` will only work on @@ -178,7 +178,7 @@ The book reader ^^^^^^^^^^^^^^^^ You can read any book in your calibre library by simply tapping on -it and then tapping the :guilabel:`Read book` button. The books reader +it and then tapping the :guilabel:`Read` button. The books reader is very simple to operate. You can both tap and swipe to turn pages. Swiping up/down skips between chapters. Tapping the top quarter of the screen gets you the detailed controls and viewer preferences. From 0fa8f025c90fafbeb981da347792c31cc458e6fb Mon Sep 17 00:00:00 2001 From: 413Michele <413Michele@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:32:36 +0100 Subject: [PATCH 3/3] books -> book --- manual/server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/server.rst b/manual/server.rst index 88a806e90a..58d058f0d2 100644 --- a/manual/server.rst +++ b/manual/server.rst @@ -178,7 +178,7 @@ The book reader ^^^^^^^^^^^^^^^^ You can read any book in your calibre library by simply tapping on -it and then tapping the :guilabel:`Read` button. The books reader +it and then tapping the :guilabel:`Read` button. The book reader is very simple to operate. You can both tap and swipe to turn pages. Swiping up/down skips between chapters. Tapping the top quarter of the screen gets you the detailed controls and viewer preferences.