diff options
author | Alexander Levin <al.le@rockbox.org> | 2010-05-15 21:47:30 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2010-05-15 21:47:30 +0000 |
commit | edb6bedddb9bfb9838631a2ac99f8d92fc6daa67 (patch) | |
tree | 1a0e633fc947930191ceb9064f847eb044633b70 /manual/appendix | |
parent | 9eed2f71cc14fa30282a18c57ee3942177f8aabe (diff) |
Format FM frequency depending on the regional settings (FS#11273)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26069 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
-rw-r--r-- | manual/appendix/wps_tags.tex | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 591d8ea7bd..577d31eeef 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -386,11 +386,9 @@ Examples: \config{\%tt} & Is the tuner tuned?\\ \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.\\ - \config{\%tb} & Maximum frequency (region specific) in MHz, with two - decimal digits.\\ - \config{\%tf} & Current frequency in MHz, with two decimal digits.\\ + \config{\%ta} & Minimum frequency (region specific) in MHz.\\ + \config{\%tb} & Maximum frequency (region specific) in MHz.\\ + \config{\%tf} & Current frequency in MHz.\\ \config{\%Ti} & Current preset id, i.e. 1-based number of the preset within the presets list (usable in playlist viewer).\\ \config{\%Tn} & Current preset name (usable in playlist viewer).\\ |