Module: appdb Branch: master Commit: 2afd981cda8f0aeac9eb899c80389c38c73ef753 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=2afd981cda8f0aeac9eb899c8... Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Date: Sun Jun 29 16:44:46 2008 +0200 Minor language improvements on the AppDB front page --- index.php | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 27c0e9d..147045f 100644 --- a/index.php +++ b/index.php @@ -27,9 +27,9 @@ $str_benefits=" <li>Ability to customize the layout and behavior of the AppDB and comments system</li> <li>Take credit for your witty posts</li> <li>Ability to sign up to be an <a href=\"".BASE."help/?sTopic=maintainer_guidelines\" - title=\"information about application maintainers\" style=\"cursor: help\">application maintainer</a>.</li> - <li>Submit new applications and versions.</li> - <li>Submit new screenshots.</li> + title=\"information about application maintainers\" style=\"cursor: help\">application maintainer</a></li> + <li>Submit new applications and versions</li> + <li>Submit new screenshots</li> </ul> "; if(!$_SESSION['current']->isLoggedIn()) @@ -40,7 +40,7 @@ if(!$_SESSION['current']->isLoggedIn()) $str_benefits - <p>So what are you waiting for, [<a href=\"".login_url()."\">log in</a>] + <p>So, what are you waiting for? [<a href=\"".login_url()."\">Log in</a>] or [<a href=\"account.php?sCmd=new\">register</a>] now! Your help in stomping out Wine issues will be greatly appreciated.</p>"; } else @@ -66,7 +66,7 @@ if(!$_SESSION['current']->isLoggedIn()) $hResult = query_parameters($voteQuery); $oRow = query_fetch_object($hResult); - echo "There are <b>$iNumApps</b> applications currently in the database"; + echo "There are <b>$iNumApps</b> applications currently in the database,"; // don't mention the top application if there are no votes yet if( !empty($oRow) )