diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php
index 1efcc22..b3544f1 100644
--- a/locales/fr_FR/translations.php
+++ b/locales/fr_FR/translations.php
@@ -19,7 +19,7 @@ return array(
'Password' => 'Mot de passe',
'Confirmation' => 'Confirmation',
'Language' => 'Langue',
- 'Update' => 'Mettre à jour',
+ 'Save' => 'Sauvegarder',
'More informations' => 'Plus d\'informations',
'Database' => 'Base de données',
'Database size:' => 'Taille de la base de données :',
diff --git a/templates/config.php b/templates/config.php
index b9527dc..547977a 100644
--- a/templates/config.php
+++ b/templates/config.php
@@ -22,7 +22,7 @@
= Helper\form_checkbox('nocontent', t('Do not fetch the content of articles'), 1, $values['nocontent']) ?>