diff options
| author | 2014-09-16 18:30:24 +0200 | |
|---|---|---|
| committer | 2014-09-16 18:30:24 +0200 | |
| commit | a4e43e9c53ac404d16af5d913a56eeb444b1ce10 (patch) | |
| tree | ddd33b85779d86ce78ef8192bb9e707cc32423dc /app/i18n/en.php | |
| parent | c2ca9805fa61d045fa5466a8c3ba88d8a0c5a299 (diff) | |
Message if last update checking is close
last_update.txt is updated even if there is no update
If last_update.txt has been modified during last hour, show a message
See https://github.com/marienfressinaud/FreshRSS/issues/480#issuecomment-55765373
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index c5911cde7..8f39115ad 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -424,7 +424,7 @@ return array ( 'update' => 'Update', 'update_system' => 'Update system', 'update_check' => 'Check for new updates', - 'update_last' => 'Last update: %s', + 'update_last' => 'Last verification: %s', 'update_can_apply' => 'There is an available update. <a class="btn" href="%s">Apply</a>', 'update_server_not_found' => 'Update server cannot be found. [%s]', 'no_update' => 'No update to apply', |
