diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-10-05 11:05:06 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-10-05 11:05:06 +0000 |
commit | dcb68462daa40de7207ba6c2dc819c1a29b2df91 (patch) | |
tree | 8b3f3e407f93f27e1d15dcf119e3e7698e4b816d | |
parent | ddcce44dfa124e29a8680f1e82a7ade63ff21a42 (diff) |
Use right french word for "update"
git-svn-id: http://piwigo.org/svn/trunk@173 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/francais.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/francais.php b/language/francais.php index 8157e528d..063927a65 100644 --- a/language/francais.php +++ b/language/francais.php @@ -511,7 +511,7 @@ if ( $isadmin ) $lang['cat_total'] = 'total'; // start version 1.3 $lang['cat_permission'] = 'permissions'; - $lang['cat_update'] = 'mis à jour'; + $lang['cat_update'] = 'mettre à jour'; $lang['cat_add'] = 'Ajouter une catégorie virtuelle'; $lang['cat_parent'] = 'catégorie parente'; $lang['cat_error_name'] = 'Le nom d\'une catégorie ne doit pas être nul'; |