From: Julien Malik
Date: Sun, 22 Mar 2015 22:52:34 +0000 (+0100)
Subject: typo : Get a generated scripts/Get a generated script
X-Git-Tag: 1.1~135^2~3
X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/fcf9eb2998437271ef00cb4c95aa7d4fd5a9604b
typo : Get a generated scripts/Get a generated script
---
diff --git a/lib/lang/fr.php b/lib/lang/fr.php
index 48be631..646fd68 100644
--- a/lib/lang/fr.php
+++ b/lib/lang/fr.php
@@ -162,7 +162,7 @@ $tr = array (
'If a password has been set, send a POST request with it.' => 'Si un mot de passe a été définis, envoyer une requette POST avec.',
'Delete a file' => 'Supprimer un fichier',
'This will return "Ok" if succeeded, "Error" otherwhise.' => 'Retourne "OK" en cas de succès, "Error" dans le cas contraire.',
- 'Get a generated scripts' => 'Récupérer un script généré',
+ 'Get a generated script' => 'Récupérer un script généré',
'This will return brut text content of the code.' => 'Renvoie le code sous forme the texte brut.',
'Initalize an asynchronous transfert' => 'Initialiser un transfert asynchrone',
'The goal is to permit to transfert big file, chunk by chunk.' => 'Le but est de permettre de transférer de gros fichiers, morceaux par morceaux.',
diff --git a/lib/lang/template.php b/lib/lang/template.php
index e41e5b1..93a3d52 100644
--- a/lib/lang/template.php
+++ b/lib/lang/template.php
@@ -142,7 +142,7 @@ $tr = array (
'If a password has been set, send a POST request with it.' => '',
'Delete a file' => '',
'This will return "Ok" if succeeded, "Error" otherwhise.' => '',
- 'Get a generated scripts' => '',
+ 'Get a generated script' => '',
'This will return brut text content of the code.' => '',
'Initalize an asynchronous transfert' => '',
'The goal is to permit to transfert big file, chunk by chunk.' => '',
diff --git a/script.php b/script.php
index 3b6b234..093d755 100644
--- a/script.php
+++ b/script.php
@@ -140,7 +140,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
echo t('Example') . ": " . $web_root . "script.php?h=30ngy0hsDcpfrF8zR7x9iU&d=0d210a952 ";
echo '
';
- echo '' . t('Get a generated scripts') . ':
';
+ echo '' . t('Get a generated script') . ':
';
echo '';
echo t('Send a GET query to') . ': ' . $web_root . 'script.php
';
echo '
';