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 'Why you want to and should be an application supermaintainer',"\n"; + echo 'Why you want to and should be an application super maintainer',"\n"; else echo 'Why you want to and should be an application maintainer',"\n"; diff --git a/preferences.php b/preferences.php index 44035e8..1267e6d 100644 --- a/preferences.php +++ b/preferences.php @@ -110,7 +110,7 @@ if($_POST) } else { - addmsg("There was a problem updating your userinfo", "red"); + addmsg("There was a problem updating your user info", "red"); } }