From 07ce216064603395a86304835c2dd71e66bc8a58 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 23 Sep 2016 16:51:43 -0400 Subject: [PATCH] Fix wrong french translation string.php --- view/fr/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/fr/strings.php b/view/fr/strings.php index 2aeadadd64..ad25879255 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -1172,7 +1172,7 @@ $a->strings["Open"] = "Ouvert"; $a->strings["No SSL policy, links will track page SSL state"] = "Pas de politique SSL, le liens conserveront l'état SSL de la page"; $a->strings["Force all links to use SSL"] = "Forcer tous les liens à utiliser SSL"; $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificat auto-signé, n'utiliser SSL que pour les liens locaux (non recommandé)"; -$a->strings["Save Settings"] = "Sauvegarder les paramétres"; +$a->strings["Save Settings"] = "Sauvegarder les paramètres"; $a->strings["Registration"] = "Inscription"; $a->strings["File upload"] = "Téléversement de fichier"; $a->strings["Policies"] = "Politiques"; -- 2.39.5