summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-23 22:02:29 +0400
committerAndrew Dolgov <[email protected]>2012-08-23 22:02:29 +0400
commit12806125152712ca04d42701cad473d51684801e (patch)
tree33a15a43837e3b17fe6c8b643481fec2838c6a36 /include
parent27211afe92ab90a89d1879a31a8543cdf2b6aab6 (diff)
self-update: update up to date prompt
Diffstat (limited to 'include')
-rw-r--r--include/update_self.php2
1 files changed, 1 insertions, 1 deletions
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)) {