[Aminet-commit] r134 - trunk/phpinclude

aminet-discuss at aminet.net aminet-discuss at aminet.net
Mon May 26 01:38:05 CEST 2008


Author: gutjahr
Date: 2008-05-25 16:38:05 -0700 (Sun, 25 May 2008)
New Revision: 134

Modified:
   trunk/phpinclude/upload.php
Log:
fixed two typos

Modified: trunk/phpinclude/upload.php
===================================================================
--- trunk/phpinclude/upload.php	2008-04-10 01:11:10 UTC (rev 133)
+++ trunk/phpinclude/upload.php	2008-05-25 23:38:05 UTC (rev 134)
@@ -244,7 +244,7 @@
 	if (chmod($dest_dir.basename($_POST['readme_filename']).$extension,0660)) {
 	  aminet_log("renaming ".$tmp_dir.basename($_POST['tmp_file'])." to ".$dest_dir.basename($_POST['readme_filename'].$extension));
 	  println("<h3>Step 3 out of 3: Successfully uploaded</h3>");
-	  println("Thank you for contributing to Aminet.<br><br>Your file '".$_POST['readme_filename']."' is now in the upload queue waiting to be moderated.<br><br>Hopefully it will be published withing 24 hours. If not, check your e-mail for possible error mesages or requests from our moderators.");
+	  println("Thank you for contributing to Aminet.<br><br>Your file '".$_POST['readme_filename']."' is now in the upload queue waiting to be moderated.<br><br>Hopefully it will be published within 24 hours. If not, check your e-mail for possible error messages or requests from our moderators.");
 	} else {
 	  $errors[] = '[permission package] There was a problem uploading your file \''.$_POST['readme_filename'].'\'. Please try again or <a href="mailto:aminet at aminet.net">notify the Aminet team</a>';
 	  println("<h2>Fatal error:</h2>");




More information about the Aminet-commit mailing list