includes/clientside/static/ajax.js
changeset 32 4d87aad3c4c0
parent 30 7e8fd44b36b0
child 40 723bb7acf914
--- a/includes/clientside/static/ajax.js	Thu Jun 28 15:26:40 2007 -0400
+++ b/includes/clientside/static/ajax.js	Sun Jul 01 14:08:39 2007 -0400
@@ -226,12 +226,12 @@
 }
 
 function ajaxDeletePage() {
-  var reason = prompt('Please enter you reason for deleting this page.');
+  var reason = prompt('Please enter your reason for deleting this page.');
   if ( !reason || reason == '' )
   {
     return false;
   }
-  c = confirm('You are about to DESTROY this page. Do you REALLY want to do this?');
+  c = confirm('You are about to REVERSIBLY delete this page. Do you REALLY want to do this?\n\n(Comments and categorization data, as well as any attached files, will be permanently lost)');
   if(!c)
   {
     return;