summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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)) {