From 541178ade0637b11d9af7fa684eb4de14cdb36a1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 31 Mar 2021 21:47:57 +0530 Subject: [PATCH] string changes --- Changelog.txt | 4 ++-- manual/catalogs.rst | 2 +- manual/creating_plugins.rst | 2 +- manual/faq.rst | 2 +- manual/gui.rst | 2 +- manual/viewer.rst | 2 +- src/calibre/gui2/dialogs/quickview.py | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 7c1277477d..4113ce58d6 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -35,7 +35,7 @@ - [1918047] Content server: Allow swiping left and right to show next/previous book on the book details page -- [1919072] E-book viewer: Make the commonly used shift+arrow key shortcuts for modifying selections using the keyboard work. Also add shortcuts for selecting by character, line and paragraph. +- [1919072] E-book viewer: Make the commonly used Shift+Arrow key shortcuts for modifying selections using the keyboard work. Also add shortcuts for selecting by character, line and paragraph. :: bug fixes @@ -75,7 +75,7 @@ :: new features -- [1917967] E-book Viewer: Allow editing the current book by pressing Ctrl+d or adding a button for it to the viewer tool bar +- [1917967] E-book Viewer: Allow editing the current book by pressing Ctrl+D or adding a button for it to the viewer tool bar - Edit book: Add a command line flag to allow selecting the specified text when opening a book diff --git a/manual/catalogs.rst b/manual/catalogs.rst index e13e78fb35..4c789ba94a 100644 --- a/manual/catalogs.rst +++ b/manual/catalogs.rst @@ -133,4 +133,4 @@ Additional help resources For more information on calibre's Catalog feature, see the MobileRead forum sticky `Creating Catalogs - Start here `_, where you can find information on how to customize the catalog templates, and how to submit a bug report. -To ask questions or discuss calibre's Catalog feature with other users, visit the MobileRead forum `Calibre Catalogs `_. +To ask questions or discuss calibre's Catalog feature with other users, visit the MobileRead forum `Library Management `_. diff --git a/manual/creating_plugins.rst b/manual/creating_plugins.rst index 299bdcc64d..a6dbd0814a 100644 --- a/manual/creating_plugins.rst +++ b/manual/creating_plugins.rst @@ -345,7 +345,7 @@ This will shutdown a running calibre, wait for the shutdown to complete, then up More plugin examples ---------------------- -You can find a list of many, sophisticated calibre plugins `here `_. +You can find a list of many sophisticated calibre plugins `here `_. Sharing your plugins with others ---------------------------------- diff --git a/manual/faq.rst b/manual/faq.rst index 64ca7b77e8..8fc4626754 100644 --- a/manual/faq.rst +++ b/manual/faq.rst @@ -549,7 +549,7 @@ author names. The first thing to understand is that books and authors are separate entities in calibre. A book can have more than one author, and an author can have more than one book. You can manage the authors of a book by the edit metadata dialog. You can manage individual authors by right clicking on -the author in the Tag browser on the left of the main calibre screen and +the author in the Tag browser on the left of the main calibre window and selecting :guilabel:`Manage authors`. Using this dialog you can change the name of an author and also how that name is sorted. This will automatically change the name of the author in all the books of that author. When a book has diff --git a/manual/gui.rst b/manual/gui.rst index f8db3b919c..678082f5f2 100644 --- a/manual/gui.rst +++ b/manual/gui.rst @@ -530,7 +530,7 @@ name and selecting Manage this author. Similarly, if you download metadata for the book, the Book details panel will automatically show you links pointing to the web pages for the book on Amazon, -worldcat, etc. from where the metadata was downloaded. +WorldCat, etc. from where the metadata was downloaded. You can right click on individual e-book formats in the Book details panel to delete them, compare them to their original versions, save them to disk, open diff --git a/manual/viewer.rst b/manual/viewer.rst index f641cdabf5..f0714778ab 100644 --- a/manual/viewer.rst +++ b/manual/viewer.rst @@ -228,7 +228,7 @@ Non re-flowable content Some books have very wide content that cannot be broken up at page boundaries. For example tables or :code:`
` tags. In such cases, you should switch the
-viewer to *flow mode* by pressing :kbd:`Ctrl+m` to read this content.
+viewer to *flow mode* by pressing :kbd:`Ctrl+M` to read this content.
 Alternately, you can also add the following CSS to the :guilabel:`Styles` section of the
 viewer preferences to force the viewer to break up lines of text in
 :code:`
` tags::
diff --git a/src/calibre/gui2/dialogs/quickview.py b/src/calibre/gui2/dialogs/quickview.py
index 141ccf2bb7..a24b92b6a7 100644
--- a/src/calibre/gui2/dialogs/quickview.py
+++ b/src/calibre/gui2/dialogs/quickview.py
@@ -274,7 +274,7 @@ class Quickview(QDialog, Ui_Quickview):
             self.gui.quickview_splitter.add_quickview_dialog(self)
             self.close_button.setVisible(False)
         else:
-            self.dock_button.setToolTip(_('Embed the quickview panel into the main calibre window'))
+            self.dock_button.setToolTip(_('Embed the Quickview panel into the main calibre window'))
             self.dock_button.setIcon(QIcon(I('arrow-down.png')))
         self.set_focus()