diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-08-23 22:02:29 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-08-23 22:02:29 +0400 |
| commit | 12806125152712ca04d42701cad473d51684801e (patch) | |
| tree | 33a15a43837e3b17fe6c8b643481fec2838c6a36 /classes/pref | |
| parent | 27211afe92ab90a89d1879a31a8543cdf2b6aab6 (diff) | |
self-update: update up to date prompt
Diffstat (limited to 'classes/pref')
| -rw-r--r-- | classes/pref/prefs.php | 2 |
1 files changed, 1 insertions, 1 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')."</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 |