# HG changeset patch # User Paul Issott # Date 1347773610 -3600 # Node ID 134d8a603e7f217a076043149391f2e858e93736 # Parent 2cadffb0e50856363162fd769e487bfa92cfff76 Tiny edits diff -r 2cadffb0e508 -r 134d8a603e7f irc/src/html/index.php --- a/irc/src/html/index.php Fri Sep 07 08:28:43 2012 -0300 +++ b/irc/src/html/index.php Sun Sep 16 06:33:30 2012 +0100 @@ -60,8 +60,8 @@
These are the logs from the #slitaz support channel on freenode.
- The main purpose of these are to provide records of meetings and
- dicussion we have on IRC - not that pankso is around much...

+ The main purpose of these is to provide records of meetings and
+ dicussions we have on IRC - not that pankso is around much...

Please click on the date of the log you wish to view:
diff -r 2cadffb0e508 -r 134d8a603e7f usbkey/helper.sh --- a/usbkey/helper.sh Fri Sep 07 08:28:43 2012 -0300 +++ b/usbkey/helper.sh Sun Sep 16 06:33:30 2012 +0100 @@ -42,11 +42,11 @@ Hello $SURNAME, -A $KEYSIZE SliTaz USB key will be reserved for you. -Would you mind confirm the pre-ordering with the following link +A $KEYSIZE SliTaz USB key has been reserved for you. +Would you mind confirming your pre-order with the following link http://usbkey.slitaz.org/?confirm=$HASH -Or cancel the registration with the following link +Or cancelling the registration with the following link http://usbkey.slitaz.org/?cancel=$HASH Thanks, diff -r 2cadffb0e508 -r 134d8a603e7f usbkey/preorder.php --- a/usbkey/preorder.php Fri Sep 07 08:28:43 2012 -0300 +++ b/usbkey/preorder.php Sun Sep 16 06:33:30 2012 +0100 @@ -13,7 +13,7 @@ system(dirname($_SERVER["SCRIPT_FILENAME"])."/helper.sh '". $_POST['email']."' '".$_POST['surname']."' '".$_POST['size']. "' ".$hash); -echo "Thanks ".$_POST['surname'].".
\nAn email has been send to ".$_POST['email']."."; +echo "Thanks ".$_POST['surname'].".
\nAn email has been sent to ".$_POST['email']."."; } echo ''; include("./tail.php");