summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-05-13 08:45:22 +0000
committerAlexander Levin <al.le@rockbox.org>2010-05-13 08:45:22 +0000
commit1940a0b1898f83070c83576045f4faca422c1478 (patch)
tree7a2bf93a062366d0ba7f70237dbd8dfb7e6ded58
parent9f95a0bfad15903286bae0be51706075c21d8b7d (diff)
downloadrockbox-1940a0b1898f83070c83576045f4faca422c1478.tar.gz
rockbox-1940a0b1898f83070c83576045f4faca422c1478.zip
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.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 6af4612f1e..591d8ea7bd 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -380,11 +380,11 @@ Examples:
380 380
381\section{FM Radio} 381\section{FM Radio}
382 \begin{tagmap} 382 \begin{tagmap}
383 \config{\%tp} & Does this target have a radio? If it doesn't, the "true" 383 \config{\%tp} & Does this target have a radio? If it doesn't, the ``true''
384 branch of this conditional is completly ignored so you don't need to 384 branch of this conditional is completly ignored so you don't need to
385 worry about tags which are not recognized on non radio targets.\\ 385 worry about tags which are not recognized on non radio targets.\\
386 \config{\%tt} & Is the tuner tuned?\\ 386 \config{\%tt} & Is the tuner tuned?\\
387 \config{\%tm} & Scan or preset mode? Scan is "true", preset is "false"\\ 387 \config{\%tm} & Scan or preset mode? Scan is ``true'', preset is ``false''.\\
388 \config{\%ts} & Is the station in stereo?\\ 388 \config{\%ts} & Is the station in stereo?\\
389 \config{\%ta} & Minimum frequency (region specific) in MHz, with two 389 \config{\%ta} & Minimum frequency (region specific) in MHz, with two
390 decimal digits.\\ 390 decimal digits.\\