diff options
| author | 2015-01-13 11:32:29 +0100 | |
|---|---|---|
| committer | 2015-01-13 11:32:29 +0100 | |
| commit | 0cba8dd69156eab50142efe67f4f3fac22a08081 (patch) | |
| tree | ef7067462be838ad82ce61a48dca7e216e2e02a0 /app/i18n/en/admin.php | |
| parent | 2d1cb016abb1ad2e5c9a875c649a702480f97b1b (diff) | |
Show current version of FRSS on the update page
See https://github.com/FreshRSS/FreshRSS/issues/699
Diffstat (limited to 'app/i18n/en/admin.php')
| -rw-r--r-- | app/i18n/en/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index 6a89d4a31..3161683a8 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -144,6 +144,7 @@ return array( '_' => 'Update system', 'apply' => 'Apply', 'check' => 'Check for new updates', + 'current_version' => 'Your current version of FreshRSS is the %s.', 'last' => 'Last verification: %s', 'none' => 'No update to apply', 'title' => 'Update system', |
