diff options
author | Alex Parker <rockbox@aeparker.com> | 2010-07-01 15:00:20 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2010-07-01 15:00:20 +0000 |
commit | 4c07dbed36c0db48fd72200021e4e47f639939fd (patch) | |
tree | 15b4d8422606303d339fc13cb20ca6d3cd9ed4d6 | |
parent | a64fa107d175501db522718f748f9ba90be6316e (diff) | |
download | rockbox-4c07dbed36c0db48fd72200021e4e47f639939fd.tar.gz rockbox-4c07dbed36c0db48fd72200021e4e47f639939fd.zip |
Correct English in text viewer manual entry.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27220 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | manual/plugins/text_viewer.tex | 71 |
1 files changed, 39 insertions, 32 deletions
diff --git a/manual/plugins/text_viewer.tex b/manual/plugins/text_viewer.tex index 953fcd53d5..b4fe55e96c 100644 --- a/manual/plugins/text_viewer.tex +++ b/manual/plugins/text_viewer.tex @@ -204,8 +204,8 @@ by using \emph{Open with} from the \emph{Context Menu} \item[Reflow Lines] Justify the text. } \end{description} - \item[Screens Per Page] Set numbers of screens per page. Available options are \setting{1} to - \setting{5} screens per page. + \item[Screens Per Page] Set the number of screens per page. Available + options are \setting{1} to \setting{5} screens per page. \item[Alignment] Set the text alignment. \begin{description} \item[Right] Set the text alignment to the right. @@ -225,19 +225,22 @@ by using \emph{Open with} from the \emph{Context Menu} \end{description} \item[Font] Select the font to be used by the Text Viewer. - \item[Show Statusbar] Select whether to show the status bar. when you select the theme settings that the status bar does not display (see \reference{ref:configure_rockbox_themes}), the status bar is not displayed even if you select \setting{Yes}. + \item[Show Statusbar] Select whether to show the status bar. If you select + a theme settings that the status bar does not display (see + \reference{ref:configure_rockbox_themes}), the status bar is not + displayed even if you select \setting{Yes}. \begin{description} \item[No] Do not display the status bar. \item[Yes] Display the status bar. \end{description} } - \item[Scroll Settings] The submenu of the scrolling. + \item[Scroll Settings] The scrolling settings submenu. \begin{description} - \item[Horizontal] The submenu of the horizontal scrolling. + \item[Horizontal] Submenu for horizontal scrolling settings. \begin{description} - \item[Scrollbar] Toggle the horizontal scrollbar for the current mode. - If the file fits on one screen, there is no scrollbar and toggling - this setting has no efect. + \item[Scrollbar] Toggle the horizontal scrollbar for the + current mode. If the file fits on one screen, there is no + scrollbar and this setting has no effect. \begin{description} \item[No] Do not display the horizontal scroll bar. \item[Yes] Display the horizontal scroll bar. @@ -245,48 +248,52 @@ by using \emph{Open with} from the \emph{Context Menu} \item[Scroll Mode] Change the function of the ``Left'' and ``Right'' buttons. \begin{description} - \item[Scroll by Screen] Set to move the next screen or the previous screen. - \item[Scroll by Column] Set to move to the next column or the previous column. + \item[Scroll by Screen] Move to the previous/next + screen. + \item[Scroll by Column] Move to the previous/next + column. \end{description} \end{description} - \item[Vertical] The submenu of the vertical scrolling. + \item[Vertical] Submenu for vertical scrolling settings. \begin{description} - \item[Scrollbar] Toggle the vertical scrollbar for the current mode. - If the file fits on one screen, there is no scrollbar and toggling - this setting has no efect. + \item[Scrollbar] Toggle the vertical scrollbar for the + current mode. If the file fits on one screen, there is no + scrollbar and this setting has no effect. \begin{description} \item[No] Do not display the vertical scroll bar. \item[Yes] Display the vertical scroll bar. \end{description} - \item[Scroll Mode] Change the function of the ``Scroll-up'' and - ``Scroll-down'' buttons. + \item[Scroll Mode] Change the function of the ``Scroll-up'' + and ``Scroll-down'' buttons. \begin{description} - \item[Scroll by Page] Set page{}-down/page{}-up to one full screen. - \item[Scroll by Line] Set line{}-down/line{}-up. + \item[Scroll by Page] Scroll up or down one full screen. + \item[Scroll by Line] Scroll up or down one line. \end{description} \opt{lcd_bitmap}{ - \item[Overlap Pages] Set whether the last line from the previous screen is - retained when scrolling pages. + \item[Overlap Pages] Set whether the last line from the + previous screen is retained when scrolling pages. \begin{description} - \item[No] Set page{}-down/page{}-up to one full screen. - \item[Yes] Set page{}-down/page{}-up to retain one line from - the previous screen. + \item[No] Do not retain previous line. + \item[Yes] Retain previous line. \end{description} } - \item[Auto-scroll Speed] Control the speed of auto-scrolling in number - of lines per second. Available options are \setting{1} to - \setting{10} lines per second. As an example, + \item[Auto-scroll Speed] Control the speed of auto-scrolling + in number of lines per second. Available options are + \setting{1} to \setting{10} lines per second. As an example, \setting{4} will scroll the text at four lines per second. - \item[Left/Right Key (Narrow mode)] Change the function of the ``Left'' and - ``Right'' buttons when the screen is a narrow mode (i.e., one screen per page). + \item[Left/Right Key (Narrow mode)] Change the function of + the ``Left'' and ``Right'' buttons when the screen is in + narrow mode (i.e. one screen per page). \begin{description} - \item[Previous/Next Page] Set page{}-down/page{}-up to one full screen. - \item[Top/Bottom Page] Move to the top page or the bottom page. + \item[Previous/Next Page] Scroll up or down one full screen. + \item[Top/Bottom Page] Move to the top or bottom page. \end{description} \end{description} \end{description} - \item[Indent Spaces] Set the number of space of text indent when the line mode is \setting{Reflow Lines}. Available options are \setting{0} to - \setting{5} spaces. If you select \setting{0}, the blank line is displayed as an indent. + \item[Indent Spaces] Set the number of spaces to indent the text when line + mode is set to \setting{Reflow Lines}. Available options are \setting{0} + to \setting{5} spaces. If you select \setting{0}, a blank line is + displayed as an indent. \end{description} \item[Show Playback Menu] Display the playback menu to allow control of the |