From 0bcf69e12d57d4057ddbda6187e1becab176715f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 7 Apr 2013 09:43:11 +0400 Subject: add some infoblurbs to the updater plugin, remove experimental notices --- plugins/updater/updater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/updater/updater.js') diff --git a/plugins/updater/updater.js b/plugins/updater/updater.js index 40fcc871b..4a1847372 100644 --- a/plugins/updater/updater.js +++ b/plugins/updater/updater.js @@ -55,7 +55,7 @@ function updateSelf() { } }, start: function() { - if (prompt(__("Live updating is considered experimental. Backup your tt-rss directory before continuing. Please type 'yes' to continue.")) == 'yes') { + if (prompt(__("Backup your tt-rss directory before continuing. Please type 'yes' to continue.")) == 'yes') { dialog.performUpdate(0); } }, -- cgit v1.2.3