summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/i18n/en.php2
-rw-r--r--app/i18n/fr.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index 18ff09aab..22bbd8eb0 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -183,7 +183,7 @@ return array (
'share' => 'Share',
'by_email' => 'By email',
'optimize_bdd' => 'Optimize database',
- 'optimize_todo_sometimes' => 'To do occasionally to improve performance',
+ 'optimize_todo_sometimes' => 'To do occasionally to reduce the size of the database',
'theme' => 'Theme',
'more_information' => 'More information',
'activate_sharing' => 'Activate sharing',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index 6339fbe18..1af8a95af 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -183,7 +183,7 @@ return array (
'share' => 'Partager',
'by_email' => 'Par courriel',
'optimize_bdd' => 'Optimiser la base de données',
- 'optimize_todo_sometimes' => 'À faire de temps en temps pour améliorer les performances',
+ 'optimize_todo_sometimes' => 'À faire de temps en temps pour réduire la taille de la BDD',
'theme' => 'Thème',
'more_information' => 'Plus d’informations',
'activate_sharing' => 'Activer le partage',