diff options
author | plegall <plg@piwigo.org> | 2013-03-07 16:33:41 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-03-07 16:33:41 +0000 |
commit | ed0d86d0e700e03eaf33775cad9778c91c4a124e (patch) | |
tree | f15f0a0bd53a51ad4cfcbf2774991420afba8f38 /language | |
parent | b9db72e19861099f7369e4986821b5f4c1d75ec1 (diff) |
typo fixed in french language value
git-svn-id: http://piwigo.org/svn/branches/2.5@21323 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r-- | language/fr_FR/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index b605a3759..2a4db1928 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -406,7 +406,7 @@ $lang['Forbidden'] = 'Interdit'; $lang['Piwigo encountered a non recoverable error'] = 'Piwigo a rencontré une erreur non récupérable'; $lang['Requested album does not exist'] = 'L\'album demandé n\'existe pas'; $lang['Permalink for album not found'] = 'Permalink pour l\'album non trouvé'; -$lang['Requested tag does not exist'] = 'Le tag demandée n\'existe pas'; +$lang['Requested tag does not exist'] = 'Le tag demandé n\'existe pas'; $lang['Username is mandatory'] = 'Nom d\'utilisateur obligatoire'; $lang['Email address is mandatory'] = 'Adresse email obligatoire'; $lang['mandatory'] = 'obligatoire'; |