Git commit 0b3a0e1e2dad0934afeda07166346d20336eb3dd by Yuri Chornoivan. Committed on 28/10/2018 at 12:24. Pushed by yurchor into branch 'master'.
Add 'Zoom to 100%' option to the docs M +12 -1 doc/index.docbook https://commits.kde.org/okular/0b3a0e1e2dad0934afeda07166346d20336eb3dd diff --git a/doc/index.docbook b/doc/index.docbook index c26567faf..cd8d52d29 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -34,7 +34,7 @@ Context menu actions like Rename Bookmarks etc.) <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> <legalnotice>&FDLNotice;</legalnotice> - <date>2018-09-26</date> + <date>2018-10-28</date> <releaseinfo>1.6 (Applications 18.12)</releaseinfo> <!-- Abstract about this handbook --> <abstract> @@ -1323,6 +1323,17 @@ Context menu actions like Rename Bookmarks etc.) <para><action>Decrease the magnification</action> of the document view.</para> </listitem> </varlistentry> + <varlistentry> + <term> + <menuchoice> + <guimenu>View</guimenu> + <guimenuitem>Zoom to 100%</guimenuitem> + </menuchoice> + </term> + <listitem> + <para><action>Zoom the document image to the actual size</action> as prescribed by the document parameters.</para> + </listitem> + </varlistentry> <varlistentry> <term> <menuchoice>
