Tiny change "DataMatrix" to "Data Matrix"
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 16 Sep 2010 07:24:25 +0000 (07:24 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 16 Sep 2010 07:24:25 +0000 (07:24 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1592 59b500cc-1b3d-0410-9834-0bbf25fbcc57

android/assets/html/index.html
android/assets/html/scanning.html
android/assets/html/whatsnew.html
core/src/com/google/zxing/BarcodeFormat.java

index 8ffd0bb..903aa63 100644 (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">
index 407ebc8..76d254a 100644 (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
index 683b0f3..16a115f 100644 (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>
index 73e3cd0..1cca09a 100644 (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. */