changeset 990:0a8cb8f9f555

Add a bigger warning.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 20:03:33 +0200
parents 1f1d4b933065
children 5d04bd1a7a10
files admin.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin.js	Sat Nov 29 18:55:37 2014 +0200
+++ b/admin.js	Sat Nov 29 20:03:33 2014 +0200
@@ -624,9 +624,9 @@
   
   if (patch == 0)
   {
-    jsConfirmBox("Are you <b>sure</b> you want to delete and regenerate entry show positions "+
+    jsConfirmBox("Are you <b>ABSOLUTELY CERTAIN</b> you want to delete and regenerate entry show positions "+
       (id == 0 ? "for ALL compos" : "for this compo") +"? "+
-      "<b>This will completely annihilate current show position numbers!</b>", mcb_ok, 0, 0);
+      "<b>This will completely annihilate current show position numbers! AND FUCK UP YOUR EXPORTED FILE ORDER (ask ccr to know what that means.)</b>", mcb_ok, 0, 0);
   }
   else
     mcb_ok(0);