Git commit 32553c69fc7e0bdc069818a66f3d8223ba334347 by Yuri Chornoivan. Committed on 29/01/2019 at 06:41. Pushed by yurchor into branch 'master'.
Fix the unfinished statement M +1 -1 doc/fitsviewer.docbook https://commits.kde.org/kstars/32553c69fc7e0bdc069818a66f3d8223ba334347 diff --git a/doc/fitsviewer.docbook b/doc/fitsviewer.docbook index bb7fd9974..5e6ef4df7 100644 --- a/doc/fitsviewer.docbook +++ b/doc/fitsviewer.docbook @@ -74,7 +74,7 @@ To open a FITS file, select <guimenuitem>Open FITS...</guimenuitem> from the <listitem><para>Show Pixel Gridlines: Toggles pixel grid.</para></listitem> <listitem><para>Show Equatorial Gridlines: Toggles Equatorial Grid if FITS contains a valid WCS header.</para></listitem> <listitem><para>Show Objects in Image: Identifies objects such as stars, galaxies, and nebulae within the image.</para></listitem> - <listitem><para>Center Telescope: Toggle Center Telescope mode. When active and if the image contains a valid WCS header, clicking anywhere in the image</para></listitem> + <listitem><para>Center Telescope: Toggle Center Telescope mode. When active and if the image contains a valid WCS header, clicking anywhere in the image triggers the telescope slewing to the clicked point.</para></listitem> <listitem><para>Histogram: Toggle histogram view in the side panel.</para></listitem> <listitem><para>Statistics: Toggle FITS Statistic view in the side panel.</para></listitem> <listitem><para>Auto Stretch: Apply Auto Stretch filter to the image.</para></listitem>
