summaryrefslogtreecommitdiff
path: root/app/i18n/en.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-09-17 21:19:48 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-09-17 21:19:48 +0200
commitde5c0bc00962175198aeefabefa514415a448d61 (patch)
tree60e7af90637391fc82950772e066542007cb96fd /app/i18n/en.php
parentfc86d14ade745ca65f8ec8e6eaa0fb4c817961a2 (diff)
Misc minor details + a few i18n corrections
https://github.com/marienfressinaud/FreshRSS/issues/618
Diffstat (limited to 'app/i18n/en.php')
-rw-r--r--app/i18n/en.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index f84593cb5..b14b36b32 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -428,10 +428,10 @@ return array (
'update_system' => 'Update system',
'update_check' => 'Check for new updates',
'update_last' => 'Last verification: %s',
- 'update_can_apply' => 'There is an available update.',
+ 'update_can_apply' => 'An update is available.',
'update_apply' => 'Apply',
'update_server_not_found' => 'Update server cannot be found. [%s]',
'no_update' => 'No update to apply',
- 'update_problem' => 'Update has encountered an error: %s',
- 'update_finished' => 'Update is now finished!',
+ 'update_problem' => 'The update process has encountered an error: %s',
+ 'update_finished' => 'Update completed!',
);