From 12806125152712ca04d42701cad473d51684801e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Aug 2012 22:02:29 +0400 Subject: [PATCH] self-update: update up to date prompt --- classes/pref/prefs.php | 2 +- include/update_self.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index e30a82575..5b472d5a9 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -510,7 +510,7 @@ class Pref_Prefs extends Handler_Protected { __('Update Tiny Tiny RSS')."

"; } else { - print_notice(__("You are currently using latest version of Tiny Tiny RSS. Update not required.")); + print_notice(__("Your Tiny Tiny RSS installation is up to date.")); } print ""; #pane diff --git a/include/update_self.php b/include/update_self.php index 6e57213b9..c71081115 100644 --- a/include/update_self.php +++ b/include/update_self.php @@ -45,7 +45,7 @@ _debug("Target version: $target_version"); if (version_compare(VERSION, $target_version) != -1 && !$force) { - _debug("You are on the latest version. Update not needed."); + _debug("Your Tiny Tiny RSS installation is up to date."); exit; } if (file_exists($target_dir)) {