Made Survey Preview a little less brutal

This commit is contained in:
Patrick Donelan 2009-06-09 03:26:24 +00:00
parent fcad3a112d
commit cdc44a1bfb
2 changed files with 4 additions and 4 deletions

View file

@ -108,7 +108,7 @@ Survey.ObjectTemplate = (function(){
alert('Sorry, preview is only supported for Sections and Questions, not Answers');
}
else {
var msg = 'This will delete any Survey responses you have made under this ' +
var msg = 'This will delete any in-progress Survey responses you have made under this ' +
'user account and redirect you to the Take Survey page starting at the selected item. ' +
"\n\nAre you sure you want to continue?";
if (confirm(msg)) {