summaryrefslogtreecommitdiff
path: root/plugins/updater/updater.js
diff options
context:
space:
mode:
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);
}
},