From 2afd981cda8f0aeac9eb899c80389c38c73ef753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sun, 29 Jun 2008 16:44:46 +0200 Subject: [PATCH] Minor language improvements on the AppDB front page --- index.php | 10 +++++----- 1 file 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="
  • Ability to customize the layout and behavior of the AppDB and comments system
  • Take credit for your witty posts
  • Ability to sign up to be an application maintainer.
  • -
  • Submit new applications and versions.
  • -
  • Submit new screenshots.
  • + title=\"information about application maintainers\" style=\"cursor: help\">application maintainer +
  • Submit new applications and versions
  • +
  • Submit new screenshots
  • "; if(!$_SESSION['current']->isLoggedIn()) @@ -40,7 +40,7 @@ if(!$_SESSION['current']->isLoggedIn()) $str_benefits -

    So what are you waiting for, [log in] +

    So, what are you waiting for? [Log in] or [register] now! Your help in stomping out Wine issues will be greatly appreciated.

    "; } else @@ -66,7 +66,7 @@ if(!$_SESSION['current']->isLoggedIn()) $hResult = query_parameters($voteQuery); $oRow = query_fetch_object($hResult); - echo "There are $iNumApps applications currently in the database"; + echo "There are $iNumApps applications currently in the database,"; // don't mention the top application if there are no votes yet if( !empty($oRow) )