1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 01:15:56 +00:00

add some infoblurbs to the updater plugin, remove experimental notices

This commit is contained in:
Andrew Dolgov
2013-04-07 09:43:11 +04:00
parent e56d484968
commit 0bcf69e12d
2 changed files with 13 additions and 4 deletions

View File

@@ -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);
}
},