Manual: Correct spelling (US-->UK) for "centre" in touchscreen keymaps.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27542 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alex Parker 2010-07-24 19:24:13 +00:00
parent 7668c434a4
commit 1035fa95a3
2 changed files with 2 additions and 2 deletions

View file

@ -109,6 +109,6 @@
\newcommand{\PluginRightRepeat}{Long \TouchMidRight}
\newcommand{\PluginCancel}{\ButtonPower{} or \TouchBottomRight}
\newcommand{\PluginExit}{Long \ButtonPower}
\newcommand{\PluginSelect}{\ButtonMinus{} or TouchCenter}
\newcommand{\PluginSelect}{\ButtonMinus{} or \TouchCenter}
\newcommand{\PluginSelectRepeat}{Long \ButtonMinus{} or Long \TouchCenter}

View file

@ -4,7 +4,7 @@
\newcommand{\TouchTopMiddle}{\btnfnt{Top-Middle}}
\newcommand{\TouchTopRight}{\btnfnt{Top-Right}}
\newcommand{\TouchMidLeft}{\btnfnt{Middle-Left}}
\newcommand{\TouchCenter}{\btnfnt{Center}}
\newcommand{\TouchCenter}{\btnfnt{Centre}}
\newcommand{\TouchMidRight}{\btnfnt{Middle-Right}}
\newcommand{\TouchBottomLeft}{\btnfnt{Bottom-Left}}
\newcommand{\TouchBottomMiddle}{\btnfnt{Bottom-Middle}}