self-update: update up to date prompt

This commit is contained in:
Andrew Dolgov 2012-08-23 22:02:29 +04:00
parent 27211afe92
commit 1280612515
2 changed files with 2 additions and 2 deletions

View File

@ -510,7 +510,7 @@ class Pref_Prefs extends Handler_Protected {
__('Update Tiny Tiny RSS')."</button></p>";
} 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 "</div>"; #pane

View File

@ -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)) {