From 0cba8dd69156eab50142efe67f4f3fac22a08081 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 13 Jan 2015 11:32:29 +0100 Subject: Show current version of FRSS on the update page See https://github.com/FreshRSS/FreshRSS/issues/699 --- app/i18n/en/admin.php | 1 + app/i18n/fr/admin.php | 1 + app/views/update/index.phtml | 6 +++++- 3 files changed, 7 insertions(+), 1 deletion(-) 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', diff --git a/app/i18n/fr/admin.php b/app/i18n/fr/admin.php index 2e879da61..3d69e4daf 100644 --- a/app/i18n/fr/admin.php +++ b/app/i18n/fr/admin.php @@ -144,6 +144,7 @@ return array( '_' => 'Système de mise à jour', 'apply' => 'Appliquer la mise à jour', 'check' => 'Vérifier les mises à jour', + 'current_version' => 'Votre version actuelle de FreshRSS est la %s.', 'last' => 'Dernière vérification : %s', 'none' => 'Aucune mise à jour à appliquer', 'title' => 'Système de mise à jour', diff --git a/app/views/update/index.phtml b/app/views/update/index.phtml index 5c07d307e..4c88a0d18 100644 --- a/app/views/update/index.phtml +++ b/app/views/update/index.phtml @@ -6,7 +6,11 @@

- last_update_time); ?> + +

+ +

+ last_update_time); ?>

message)) { ?> -- cgit v1.2.3