diff options
author | Alexander Levin <al.le@rockbox.org> | 2010-07-02 18:57:57 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2010-07-02 18:57:57 +0000 |
commit | d8f5f5175fc6a428020ae55f20ab72525fa34968 (patch) | |
tree | 784ed945966ebaa705baf4e87040f46f69a2b00c | |
parent | 67f25a45a59f867cfe60a1fe5e45d24c00777f4b (diff) | |
download | rockbox-d8f5f5175fc6a428020ae55f20ab72525fa34968.tar.gz rockbox-d8f5f5175fc6a428020ae55f20ab72525fa34968.zip |
No need to capitalize every word
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27247 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | manual/appendix/wps_tags.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index eea94d3eeb..b65e58f958 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -137,18 +137,18 @@ or \config{\%D(2)}), produce the information for the next file to be played. \opt{player}{% \config{\%pf} & Full-line progress bar \& time display\\ }% - \config{\%px} & Percentage Played In Song\\ - \config{\%pc} & Current Time In Song\\ - \config{\%pe} & Total Number of Playlist Entries\\ + \config{\%px} & Percentage played in song\\ + \config{\%pc} & Current time in song\\ + \config{\%pe} & Total number of playlist entries\\ \nopt{player}{% \config{\%pm} & Peak Meter. The entire line is used as % volume peak meter.\\% }% - \config{\%pn} & Playlist Name (without path or extension)\\ - \config{\%pp} & Playlist Position\\ - \config{\%pr} & Remaining Time In Song\\ + \config{\%pn} & Playlist name (without path or extension)\\ + \config{\%pp} & Playlist position\\ + \config{\%pr} & Remaining time in song\\ \config{\%ps} & ``s'' if shuffle mode is enabled\\ - \config{\%pt} & Total Track Time\\ + \config{\%pt} & Total track time\\ \config{\%pv} & Current volume (in dB). Can also be used in a conditional: \\ & \config{\%?pv{\textless}0{\textbar}1{\textbar}2{\textbar}\ldots% {\textbar}N{\textgreater}}\\ |