aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/feedback.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-13 12:02:35 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-13 12:02:35 +0100
commite7c24b5d41c293fa13e4d92efb2aee7778ddcab4 (patch)
treefbf40682ac5a2d61f70c5a944894b6311ac530bf /app/i18n/en/feedback.php
parent0cba8dd69156eab50142efe67f4f3fac22a08081 (diff)
Show the version number during update process.
Number is stored inside the data/last_update.txt file and shown if there is an update script. See https://github.com/FreshRSS/FreshRSS/issues/699
Diffstat (limited to 'app/i18n/en/feedback.php')
-rw-r--r--app/i18n/en/feedback.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/feedback.php b/app/i18n/en/feedback.php
index 5f7183da3..e9499ed46 100644
--- a/app/i18n/en/feedback.php
+++ b/app/i18n/en/feedback.php
@@ -80,7 +80,7 @@ return array(
'purge_completed' => 'Purge completed (%d articles deleted)',
),
'update' => array(
- 'can_apply' => 'An update is available.',
+ 'can_apply' => 'FreshRSS will be now updated to the <strong>version %s</strong>.',
'error' => 'The update process has encountered an error: %s',
'file_is_nok' => 'Check permissions on <em>%s</em> directory. HTTP server must have rights to write into',
'finished' => 'Update completed!',