diff options
author | Gotcha <gotcha@piwigo.org> | 2010-05-22 09:45:22 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2010-05-22 09:45:22 +0000 |
commit | 2e5bda01e63d61cde7b010db640243e1bddacf97 (patch) | |
tree | e2f4fd49c7ea13e4700c4193fce172a881984478 | |
parent | 2523c42508bb03c1eae91155e4188aec2f41ca51 (diff) |
Merge r6273 correctly
git-svn-id: http://piwigo.org/svn/branches/2.1@6275 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 f0e48275e..13d633936 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -80,7 +80,7 @@ $lang['Forgot your password?'] = 'Mot de passe oubliƩ ?'; $lang['Go through the gallery as a visitor'] = 'Parcourir la galerie en tant que visiteur'; $lang['Help'] = 'Aide'; $lang['Identification'] = 'Identification'; -$lang['Image only RSS feed'] = 'Flux RSS des images'; +$lang['Image only RSS feed'] = 'Flux RSS des images uniquement'; $lang['Keyword'] = 'Mot-clef'; $lang['Links'] = 'Liens'; $lang['Mail address'] = $lang['Email address']; |