diff --git a/index.php b/index.php index 06283f1..6fbfaf0 100755 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ use Endroid\QrCode\Color\Color; require "config.inc.php"; require "vendor/autoload.php"; -define("LIBREQR_VERSION", "2.0.0"); +define("LIBREQR_VERSION", "2.0.1dev"); // Defines the locale to be used $locale = DEFAULT_LOCALE; diff --git a/locales/en.php b/locales/en.php index bc5bef5..daa9502 100644 --- a/locales/en.php +++ b/locales/en.php @@ -14,7 +14,7 @@ $loc = array( 'help_content' => "

You can encode whatever text you want.

-

Software which decodes these QR codes could suggest to open them with dedicated software, depending on their URI scheme.

+

Software decoding these QR codes could suggest to open them with dedicated software, depending on their URI scheme.

For instance, to open a webpage: https://www.example/

To send an email: mailto:contact@email.example

To share geographic coordinates: geo:48.867564,2.364057

@@ -33,10 +33,10 @@ $loc = array( 'metaText_qr' => "

What's a QR code?

- A QR code is a 2 dimensional barcode in which text is written in binary. It can be decoded with a device equipped with a photo sensor and an adequate software. + A QR code is a 2 dimensional barcode in which text is written in binary. It can be decoded with a device equipped with a photo sensor and adequate software. QR code on Wikipedia. ", - 'metaText_legal' => "LibreQR " . LIBREQR_VERSION . " is a free software whose source code is available under the terms of the AGPLv3+.", + 'metaText_legal' => "LibreQR " . LIBREQR_VERSION . " is free software whose source code is available under the terms of the AGPLv3+.", 'error_generation' => "An error occurred while generating the QR code. Try with different parameters.", );