diff --git a/maintainerdelete.php b/maintainerdelete.php index f43ff29..d67776e 100644 --- a/maintainerdelete.php +++ b/maintainerdelete.php @@ -27,7 +27,7 @@ if($confirmed) $oApp = new Application($appId); if($superMaintainer) { - apidb_header("You have resigned as supermaintainer of ".$oApp->sName); + apidb_header("You have resigned as super maintainer of ".$oApp->sName); $result = $_SESSION['current']->deleteMaintainer($oApp->iAppId, null); } else { @@ -40,14 +40,14 @@ if($confirmed) if($result) { if($superMaintainer) - echo "You were removed as a supermaintainer of ".$oApp->sName; + echo "You were removed as a super maintainer of ".$oApp->sName; else echo "You were removed as a maintainer of ".$oApp->sName." ".$oVersion->sName; } } else { if($superMaintainer) - apidb_header("Confirm supermaintainer resignation of ".$oApp->sName); + apidb_header("Confirm super maintainer resignation of ".$oApp->sName); else apidb_header("Confirm maintainer resignation of ".$oApp->sName." ".$oVersion->sName); diff --git a/maintainersubmit.php b/maintainersubmit.php index f8acbc3..fc3ffd9 100644 --- a/maintainersubmit.php +++ b/maintainersubmit.php @@ -87,7 +87,7 @@ if($_REQUEST['maintainReason']) if (query_appdb($query)) { - echo "
Your maintainer request has been submitted for Review. You should hear back\n"; + echo "
Your maintainer request has been submitted for review. You should hear back\n"; echo "soon about the status of your submission
\n"; } } else @@ -151,7 +151,7 @@ if($_REQUEST['maintainReason']) echo ""; if($superMaintainer) - echo '