diff options
author | plegall <plg@piwigo.org> | 2013-03-07 16:34:56 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-03-07 16:34:56 +0000 |
commit | 97eda7e98e7b74f482580ab324bc60087e2d801f (patch) | |
tree | 790509677e12c028ba3d6ddb0cf560e6f2bb3269 /language/fr_FR/common.lang.php | |
parent | f75eaa3f508d2068ec82b48df5c932f9b8fb11a7 (diff) |
merge r21323 from branch 2.5 to trunk
typo fixed in french language value
git-svn-id: http://piwigo.org/svn/trunk@21324 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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'; |