]> git.wh0rd.org - tt-rss.git/commitdiff
self-update: update up to date prompt
authorAndrew Dolgov <fox@fakecake.org>
Thu, 23 Aug 2012 18:02:29 +0000 (22:02 +0400)
committerAndrew Dolgov <fox@fakecake.org>
Thu, 23 Aug 2012 18:02:29 +0000 (22:02 +0400)
classes/pref/prefs.php
include/update_self.php

index e30a82575082defa8fece2d5baffc1ad2e9486db..5b472d5a9c2dea420f0173fd7138a588221571a8 100644 (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
index 6e57213b97280ca017b069f442b50381ad50cc5f..c71081115589e6b7d077e9072286d9af0087993e 100644 (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)) {