From 305c97620e5bc931be9425ac585f4b7e73f5a834 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 15 Feb 2020 19:55:51 +0530 Subject: [PATCH] String changes --- manual/develop.rst | 2 +- manual/viewer.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/develop.rst b/manual/develop.rst index b60453fc08..aca049091d 100644 --- a/manual/develop.rst +++ b/manual/develop.rst @@ -136,7 +136,7 @@ for inclusion into the main calibre repository: git clone git@github.com:/calibre.git git remote add upstream https://github.com/kovidgoyal/calibre.git - Replace above with your github username. That will get your fork checked out locally. + Replace above with your GitHub username. That will get your fork checked out locally. * You can make changes and commit them whenever you like. When you are ready to have your work merged, do a:: git push diff --git a/manual/viewer.rst b/manual/viewer.rst index ee90fe3067..31e0325f5b 100644 --- a/manual/viewer.rst +++ b/manual/viewer.rst @@ -143,7 +143,7 @@ Non re-flowable content Some books have very wide content that content 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.
-Alternately, you can also add the following CSS to the Styling section of the
+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::