From 0eb02b9e291d8470ee39094cc319598086a422cc Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Sun, 22 Mar 2015 23:32:48 +0100 Subject: [PATCH 1/1] typo : let it be empty/leave it empty --- lib/lang/fr.php | 2 +- lib/lang/template.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lang/fr.php b/lib/lang/fr.php index 0439bf2..ccba3be 100644 --- a/lib/lang/fr.php +++ b/lib/lang/fr.php @@ -104,7 +104,7 @@ $tr = array ( 'Choose the default language' => 'Choisissez la langue par defaut', 'Next step' => 'Etape suivante', 'Jirafeau has an administration interface (through admin.php). ' . - 'You can set a password to access the interface or let it be empty ' . + 'You can set a password to access the interface or leave it empty ' . 'to disable the interface.' => 'Jirafeau a une interface d\'administration (accessible via admin.php). Vous pouvez saisir un mot de passe pour y acceder ou ne pas en mettre pour désactiver l\'accès à l\'interface.', 'Administration password' => 'Mot de passe d\'administration', /* admin.php */ diff --git a/lib/lang/template.php b/lib/lang/template.php index f28d377..463ed6f 100644 --- a/lib/lang/template.php +++ b/lib/lang/template.php @@ -84,7 +84,7 @@ $tr = array ( 'Choose the default language' => '', 'Next step' => '', '' . - 'You can set a password to access the interface or let it be empty ' . + 'You can set a password to access the interface or leave it empty ' . 'to disable the interface.' => '', 'Administration password' => '', /* admin.php */ -- 2.34.1