Changes to be consistent with Android client, including a rename
[zxing.git] / javame / src / com / google / zxing / client / j2me / SnapshotThread.java
index b24eb78..d9df80e 100644 (file)
@@ -64,7 +64,7 @@ final class SnapshotThread extends Thread {
       zXingMIDlet.handleDecodedText(result.getText());
     } catch (ReaderException re) {
            // Show a friendlier message on a mere failure to read the barcode
-           zXingMIDlet.showError("No barcode was detected in this image. Try again.");
+           zXingMIDlet.showError("Sorry, no barcode was found.");
     } catch (Throwable t) {
       zXingMIDlet.showError(t);
     } finally {