summaryrefslogtreecommitdiff
path: root/app/i18n/en.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-02 18:27:03 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-02 18:27:03 +0100
commitb40783e8889b64f813c898ee2ce7e967582ef34e (patch)
tree946db408eb849a2644519ef591179c13ed1e849f /app/i18n/en.php
parent1a270309a53cca0124758b026512d781a595ec70 (diff)
Affiche la taille de la base de données
Diffstat (limited to 'app/i18n/en.php')
-rw-r--r--app/i18n/en.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index 669de4d42..6c6c52e43 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -132,7 +132,7 @@ return array (
'feed_description' => 'Description',
'website_url' => 'Website URL',
'feed_url' => 'Feed URL',
- 'number_articles' => 'Number of articles',
+ 'articles' => 'articles',
'keep_history' => 'Keep history?',
'categorize' => 'Store in a category',
'advanced' => 'Advanced',
@@ -182,7 +182,7 @@ return array (
'share' => 'Share',
'by_email' => 'By email',
'optimize_bdd' => 'Optimize database',
- 'optimize_todo_sometimes' => 'To do occasionally to reduce size of database',
+ 'optimize_todo_sometimes' => 'To do occasionally to improve performance',
'theme' => 'Theme',
'more_information' => 'More information',
'activate_sharing' => 'Activate sharing',