String changes

This commit is contained in:
Kovid Goyal 2020-02-15 19:55:51 +05:30
parent 19d0c2ae1b
commit 305c97620e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ for inclusion into the main calibre repository:
git clone git@github.com:<username>/calibre.git git clone git@github.com:<username>/calibre.git
git remote add upstream https://github.com/kovidgoyal/calibre.git git remote add upstream https://github.com/kovidgoyal/calibre.git
Replace <username> above with your github username. That will get your fork checked out locally. Replace <username> 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:: * You can make changes and commit them whenever you like. When you are ready to have your work merged, do a::
git push git push

View File

@ -143,7 +143,7 @@ Non re-flowable content
Some books have very wide content that content be broken up at page boundaries. Some books have very wide content that content be broken up at page boundaries.
For example tables or :code:`<pre>` tags. In such cases, you should switch the For example tables or :code:`<pre>` 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 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 viewer preferences to force the viewer to break up lines of text in
:code:`<pre>` tags:: :code:`<pre>` tags::