From 51b3b58c3a31e336610385a8b2bb6a7a9ebb68e2 Mon Sep 17 00:00:00 2001 From: Miraty Date: Sun, 5 Dec 2021 01:04:23 +0100 Subject: [PATCH] Better help texts --- locales/en.php | 4 ++-- locales/fr.php | 4 ++-- locales/template.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/en.php b/locales/en.php index 5dc9fd0..3ece571 100644 --- a/locales/en.php +++ b/locales/en.php @@ -21,8 +21,8 @@ $loc = array(

To share geographic coordinates: geo:48.867564,2.364057

", 'help_redondancy' => "Redundancy is the duplication of information in the QR code to correct errors during decoding. A higher rate will produce a bigger QR code, but will have a better chance of being decoded correctly.", - 'help_margin' => "Number of pixels in the white bands around the QR code.", - 'help_size' => "By how much will the dimensions of the image be multiplied?", + 'help_margin' => "Number of pixels in each white band around the QR code.", + 'help_size' => "Image width and height in pixels, without the margin.", 'button_create' => "Generate", 'button_download' => "Save this QR code", diff --git a/locales/fr.php b/locales/fr.php index 24f5425..676484b 100644 --- a/locales/fr.php +++ b/locales/fr.php @@ -21,8 +21,8 @@ $loc = array(

Pour partager des coordonnées géographique : geo:48.867564,2.364057

", 'help_redondancy' => "La redondance est la duplication des informations dans le code QR afin de corriger les erreurs lors du décodage. Un taux plus élevé produira un code QR plus grand, mais aura plus de chance d'être décodé correctement.", - 'help_margin' => "Nombre de pixels des bandes blanches autour du code QR.", - 'help_size' => "Par combien les dimensions de l'image seront-elles multipliées ?", + 'help_margin' => "Nombre de pixels de chaque bande blanche autour du code QR.", + 'help_size' => "Largeur et hauteur de l'image en pixels, sans la marge.", 'button_create' => "Générer", 'button_download' => "Enregistrer ce code QR", diff --git a/locales/template.php b/locales/template.php index c6eb0c8..a894c9e 100644 --- a/locales/template.php +++ b/locales/template.php @@ -1,4 +1,4 @@ - "subtitle", 'description' => "description",