Tiny change "DataMatrix" to "Data Matrix"

git-svn-id: https://zxing.googlecode.com/svn/trunk@1592 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2010-09-16 07:24:25 +00:00
parent 9fd3d18ee3
commit 0be168eb9a
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
<p><b>Barcode Scanner</b> uses the camera on your phone to read barcodes and look up product
information such as prices and reviews.</p>
<p style="text-align:center"><img src="../images/scan-example.png" alt="Scan example"></p>
<p>It also reads <strong>2D barcodes</strong> such as <em>QR Codes</em> and <em>DataMatrix</em>.
<p>It also reads <strong>2D barcodes</strong> such as <em>QR Codes</em> and <em>Data Matrix</em>.
These can contain links to web sites, contact information such as phone numbers and email
addresses, and more.</p>
<ul class="touchable">

View file

@ -10,7 +10,7 @@
<img src="../images/demo-yes.png" alt="Yes"/>&nbsp;&nbsp;&nbsp;<img src="../images/demo-no.png" alt="No"/>
</p>
<p><b>IMPORTANT:</b> 1D barcodes like those found on products require a phone with autofocus.
Without it, only QR Codes and DataMatrix codes will be scannable.</p>
Without it, only QR Codes and Data Matrix codes will be scannable.</p>
<p>When a barcode is read, a beep sound will play and you'll see the results of the scan, a
description of what the barcode contains, and options to take action on the contents.</p>
<p>If you're having trouble scanning, make sure to hold the phone steady. If the camera is unable to

View file

@ -6,7 +6,7 @@
<body>
<p><b>New in version 3.5:</b></p>
<ul>
<li>Added DataMatrix barcode reading.</li>
<li>Added Data Matrix barcode reading.</li>
<li>Added Turkish translation.</li>
<li>Many bug fixes.</li>
</ul>

View file

@ -32,7 +32,7 @@ public final class BarcodeFormat {
/** QR Code 2D barcode format. */
public static final BarcodeFormat QR_CODE = new BarcodeFormat("QR_CODE");
/** DataMatrix 2D barcode format. */
/** Data Matrix 2D barcode format. */
public static final BarcodeFormat DATA_MATRIX = new BarcodeFormat("DATA_MATRIX");
/** UPC-E 1D format. */