summaryrefslogtreecommitdiff
path: root/plugins/updater/updater.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-07 09:43:11 +0400
committerAndrew Dolgov <[email protected]>2013-04-07 09:43:11 +0400
commit0bcf69e12d57d4057ddbda6187e1becab176715f (patch)
tree8d5d7fa4a10e1098182864c4cf776424a9f31595 /plugins/updater/updater.js
parente56d484968762e19c2882786b370fd1c491d516a (diff)
add some infoblurbs to the updater plugin, remove experimental notices
Diffstat (limited to 'plugins/updater/updater.js')
-rw-r--r--plugins/updater/updater.js2
1 files changed, 1 insertions, 1 deletions
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);
}
},