diff --git a/admin/cwsfregister.php b/admin/cwsfregister.php
index baa84e8..37455e4 100644
--- a/admin/cwsfregister.php
+++ b/admin/cwsfregister.php
@@ -153,13 +153,13 @@ include "xml.inc.php";
// echo "curl close
";
curl_close ($ch); /// close the curl session
- echo i18n("The YSF Registration Server said:")."
";
+ echo i18n("The YSC Registration Server said:")."
";
echo notice($datastream);
}
else
{
echo error("CURL Support Missing");
- echo i18n("Your PHP installation does not support CURL. You will need to login to the YSF system as the regional coodinator and upload the XML data manually");
+ echo i18n("Your PHP installation does not support CURL. You will need to login to the YSC system as the regional coodinator and upload the XML data manually");
}
send_footer();
exit;
@@ -203,7 +203,7 @@ include "xml.inc.php";
{
$award=mysql_fetch_object($q);
echo "".i18n("CWSF Award").": ".$award->name."
";
- echo i18n("Please review the list of winning projects/students below. If it is all correct then you can click the 'Register for CWSF' button at the bottom of the page to send the information to YSF");
+ echo i18n("Please review the list of winning projects/students below. If it is all correct then you can click the 'Register for CWSF' button at the bottom of the page to send the information to YSC");
echo "
";
echo "
";
$winners=get_cwsf_award_winners();
@@ -303,7 +303,7 @@ include "xml.inc.php";
xmlCreateRecurse($reg);
$xmldata=$output;
- echo "