summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-01-20 23:34:08 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-01-20 23:34:08 +0000
commit8a4683ab4b856916d427cbc6c5c9912baf628978 (patch)
treea1aaa0900167a56a0e60e5ff6f8ba545a10a4557 /www
parent7bcb99c5e609fa147ff9278d9d330a7e861681a5 (diff)
downloadgpsd-8a4683ab4b856916d427cbc6c5c9912baf628978.tar.gz
Change "car mount" -> handsfree"...
...because this packaging is also made for use on boats.
Diffstat (limited to 'www')
-rw-r--r--www/gps_report.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gps_report.cgi b/www/gps_report.cgi
index 057efa1c..6315e334 100644
--- a/www/gps_report.cgi
+++ b/www/gps_report.cgi
@@ -117,8 +117,8 @@ print <<EOF;
<li>A "GPS mouse" is a standalone sensor in a display-less case designed
be used as an outbard peripheral to a computer.</li>
<li>A "handset" is a standalone GPS with a display and human-usable controls.</li>
-<li>A "car mount" is a hands-free unit with display designed for mounting
-on a car windshield.</li>
+<li>A "handsfree" is a hands-free unit with display designed for mounting
+on a car windshield or boat dash.</li>
<li>A "survey" GPS is packaged for field-survey use.</li>
<li>An "OEM module" is an un-cased circuit board with edge connectors.</li>
<li>"chipset" is a bare chip or chips packaged for surface mount.</li>
@@ -128,7 +128,7 @@ on a car windshield.</li>
EOF
print $query->radio_group(-name=>'packaging',
- -values=>['GPS mouse', 'handset', 'car mount',
+ -values=>['GPS mouse', 'handset', 'handsfree',
'survey', 'OEM module', 'chipset', 'other'],
-default=>"GPS mouse",
-linebreak=>'false');