diff options
| author | Alexander Levin <al.le@rockbox.org> | 2010-05-13 08:45:22 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2010-05-13 08:45:22 +0000 |
| commit | 1940a0b1898f83070c83576045f4faca422c1478 (patch) | |
| tree | 7a2bf93a062366d0ba7f70237dbd8dfb7e6ded58 | |
| parent | 9f95a0bfad15903286bae0be51706075c21d8b7d (diff) | |
| download | rockbox-1940a0b1898f83070c83576045f4faca422c1478.zip rockbox-1940a0b1898f83070c83576045f4faca422c1478.tar.gz rockbox-1940a0b1898f83070c83576045f4faca422c1478.tar.bz2 rockbox-1940a0b1898f83070c83576045f4faca422c1478.tar.xz | |
Use nice quotation marks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25992 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/appendix/wps_tags.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 6af4612..591d8ea 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -380,11 +380,11 @@ Examples: \section{FM Radio} \begin{tagmap} - \config{\%tp} & Does this target have a radio? If it doesn't, the "true" + \config{\%tp} & Does this target have a radio? If it doesn't, the ``true'' branch of this conditional is completly ignored so you don't need to worry about tags which are not recognized on non radio targets.\\ \config{\%tt} & Is the tuner tuned?\\ - \config{\%tm} & Scan or preset mode? Scan is "true", preset is "false"\\ + \config{\%tm} & Scan or preset mode? Scan is ``true'', preset is ``false''.\\ \config{\%ts} & Is the station in stereo?\\ \config{\%ta} & Minimum frequency (region specific) in MHz, with two decimal digits.\\ |