slitaz-forge rev 330

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Sep 16 06:33:30 2012 +0100 (2012-09-16)
parents 2cadffb0e508
children bd852c8c6d06
files irc/src/html/index.php usbkey/helper.sh usbkey/preorder.php
line diff
     1.1 --- a/irc/src/html/index.php	Fri Sep 07 08:28:43 2012 -0300
     1.2 +++ b/irc/src/html/index.php	Sun Sep 16 06:33:30 2012 +0100
     1.3 @@ -60,8 +60,8 @@
     1.4  <div id="contentbox">
     1.5  	<div style="text-align: justify; width: 48%; padding: 20px 10px 0pt 0pt;">
     1.6  		These are the logs from the #slitaz support channel on freenode.<br />
     1.7 -		The main purpose of these are to provide records of meetings and<br />
     1.8 -		dicussion we have on IRC - not that pankso is around much...<br /><br />
     1.9 +		The main purpose of these is to provide records of meetings and<br />
    1.10 +		dicussions we have on IRC - not that pankso is around much...<br /><br />
    1.11  		Please click on the date of the log you wish to view:<br />
    1.12  	</div>
    1.13  </div>
     2.1 --- a/usbkey/helper.sh	Fri Sep 07 08:28:43 2012 -0300
     2.2 +++ b/usbkey/helper.sh	Sun Sep 16 06:33:30 2012 +0100
     2.3 @@ -42,11 +42,11 @@
     2.4  
     2.5  Hello $SURNAME,
     2.6  
     2.7 -A $KEYSIZE SliTaz USB key will be reserved for you.
     2.8 -Would you mind confirm the pre-ordering with the following link
     2.9 +A $KEYSIZE SliTaz USB key has been reserved for you.
    2.10 +Would you mind confirming your pre-order with the following link
    2.11  http://usbkey.slitaz.org/?confirm=$HASH
    2.12  
    2.13 -Or cancel the registration with the following link
    2.14 +Or cancelling the registration with the following link
    2.15  http://usbkey.slitaz.org/?cancel=$HASH
    2.16  
    2.17  Thanks,
     3.1 --- a/usbkey/preorder.php	Fri Sep 07 08:28:43 2012 -0300
     3.2 +++ b/usbkey/preorder.php	Sun Sep 16 06:33:30 2012 +0100
     3.3 @@ -13,7 +13,7 @@
     3.4  system(dirname($_SERVER["SCRIPT_FILENAME"])."/helper.sh '".
     3.5  	  $_POST['email']."' '".$_POST['surname']."' '".$_POST['size'].
     3.6  	  "' ".$hash);
     3.7 -echo "Thanks ".$_POST['surname'].".<br>\nAn email has been send to ".$_POST['email'].".";
     3.8 +echo "Thanks ".$_POST['surname'].".<br>\nAn email has been sent to ".$_POST['email'].".";
     3.9  }
    3.10  echo '</div>';
    3.11  include("./tail.php");