diff options
| author | 2017-05-25 14:27:31 +0200 | |
|---|---|---|
| committer | 2017-05-25 14:27:31 +0200 | |
| commit | 20d1301b462378376ab83bcae56c9065b241e4a5 (patch) | |
| tree | 04a09b6b4c904c8e8ae9764f75cd7d681d0ddf82 /app/i18n/en/feedback.php | |
| parent | 21954d6d83b94bd9ad4d763fb237710e71f14de1 (diff) | |
Do not require write access to check new version
Do not require write access to check if new ZIP version is available
https://github.com/FreshRSS/FreshRSS/issues/1450
Diffstat (limited to 'app/i18n/en/feedback.php')
| -rw-r--r-- | app/i18n/en/feedback.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/feedback.php b/app/i18n/en/feedback.php index 67c5fe97d..334d9a8f5 100644 --- a/app/i18n/en/feedback.php +++ b/app/i18n/en/feedback.php @@ -87,7 +87,7 @@ return array( 'update' => array( 'can_apply' => 'FreshRSS will now be 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', + 'file_is_nok' => 'New <strong>version %s</strong> available, but check permissions on <em>%s</em> directory. HTTP server must have rights to write into', 'finished' => 'Update completed!', 'none' => 'No update to apply', 'server_not_found' => 'Update server cannot be found. [%s]', |
