From 3ec7cba0eafc05d2da5a2d7b03fd138d045e50d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 21 Oct 2014 16:16:39 +0200 Subject: [PATCH] Changed "profile" into "profil" for french translation --- app/Locales/fr_FR/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php index 5809ef693..d2e9466d0 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -453,7 +453,7 @@ return array( 'Group:' => 'Groupe :', 'Regular user' => 'Utilisateur normal', 'Account type:' => 'Type de compte :', - 'Edit profile' => 'Modifier le profile', + 'Edit profile' => 'Modifier le profil', 'Change password' => 'Changer le mot de passe', 'Password modification' => 'Changement de mot de passe', 'External authentications' => 'Authentifications externe',