Fix typo
This commit is contained in:
@@ -710,7 +710,7 @@ class Version {
|
|||||||
if($_SESSION['current']->isSuperMaintainer($oApp->iAppId))
|
if($_SESSION['current']->isSuperMaintainer($oApp->iAppId))
|
||||||
{
|
{
|
||||||
echo '<form method="post" name="message" action="maintainerdelete.php">';
|
echo '<form method="post" name="message" action="maintainerdelete.php">';
|
||||||
echo '<input type="submit" value="Remove yourself as a supermaintainer" class="button">';
|
echo '<input type="submit" value="Remove yourself as a super maintainer" class="button">';
|
||||||
echo '<input type="hidden" name="superMaintainer" value="1">';
|
echo '<input type="hidden" name="superMaintainer" value="1">';
|
||||||
echo "<input type=hidden name=\"appId\" value=\"".$oApp->iAppId."\">";
|
echo "<input type=hidden name=\"appId\" value=\"".$oApp->iAppId."\">";
|
||||||
echo "<input type=hidden name=\"versionId\" value=\"".$this->iVersionId."\">";
|
echo "<input type=hidden name=\"versionId\" value=\"".$this->iVersionId."\">";
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ if ($_REQUEST['sub'])
|
|||||||
|
|
||||||
|
|
||||||
//help
|
//help
|
||||||
echo "<p>This is the Screen for imputting testing information so that others looking at the database will know \n";
|
echo "<p>This is the Screen for inputting testing information so that others looking at the database will know \n";
|
||||||
echo "what was working or a particular release of Wine.</p>\n";
|
echo "what was working or a particular release of Wine.</p>\n";
|
||||||
echo "<p>Please be as detailed as you can.</p>\n";
|
echo "<p>Please be as detailed as you can.</p>\n";
|
||||||
echo "<p>If you can not find your distribution on the list of existing Distributions please add it add it in the \n";
|
echo "<p>If you can not find your distribution on the list of existing Distributions please add it add it in the \n";
|
||||||
|
|||||||
Reference in New Issue
Block a user