From a8f2cd5865bc922c54c49b2069f94f436e3f674e Mon Sep 17 00:00:00 2001
From: Francois Gouget \n";
echo " App Version This type of application will be nested under the selected application parent.\n";
- echo " Click delete to remove the selected item from the queue. An email will automatically be sent to the\n";
- echo "submitter to let them know the item was deleted. Click delete to remove the selected item from the queue an email will automatically be sent to the\n";
+ echo "submitter to let him know the item was deleted.
";
echo "
";
-/* display the option to choose how many comments per-page to disable */
+/* display the option to choose how many comments per-page to display */
echo "
Q: How can I submit HowTo's and Screenshots?
-diff --git a/help/generic.help b/help/generic.help index f787f1c..234f067 100644 --- a/help/generic.help +++ b/help/generic.help @@ -59,7 +59,7 @@ or Pan. or via the web atA: We love to hear from our users. Send those helpful HowTo's and +
A: We love to hear from our users. Send those helpful HowTos and Screenshots right on over to appdb@winehq.org. We'll be happy to post them, and give you proper credit for your great contribution.
+Xchat. Use the settings listed below.
Server: irc.freenode.net
diff --git a/help/privacy.help b/help/privacy.help index 32941ca..b435c6f 100644 --- a/help/privacy.help +++ b/help/privacy.help @@ -3,7 +3,7 @@Application DB Privacy Policy
-WineHQ is decidated to the privacy of its users.
+WineHQ is dedicated to the privacy of its users.
Whatever specific information you give to us will be used only to enable user specific features of the Application Database. We will give your information diff --git a/help/ratings.help b/help/ratings.help index fcc7536..2b5c037 100644 --- a/help/ratings.help +++ b/help/ratings.help @@ -28,7 +28,7 @@ pessimistic.
- 0 -- Unrated.
- 1 -- Totally nonfunctional. Crashes on load.
- 2 -- Partial functionality. Good enough for a carefully scripted demo. -
- 3 -- Sufficient functionality for noncritical work. Occasional crashes okay, +
- 3 -- Sufficient functionality for non critical work. Occasional crashes okay, as are weird setup problems, required patches, or missing major functionality. Alpha quality.
- 4 -- Substantially correct. Good enough for general use, with possible diff --git a/include/config.php.sample b/include/config.php.sample index f8f57ad..701450a 100644 --- a/include/config.php.sample +++ b/include/config.php.sample @@ -14,7 +14,7 @@ define("APPDB_SCREENSHOT_MAXWIDTH","800"); // width of the screenshot's thumbnai define("APPDB_SCREENSHOT_MAXHEIGHT","600"); // height of the screenshot's thumbnails define("APPDB_ROOT", "http://appdb.winehq.org/"); // path to AppDB define("STANDARD_NOTIFY_FOOTER","------- You are receiving this mail because: -------\n". -"You are an maintainer of this application or an AppDB administrator\n". +"You are a maintainer of this application or an AppDB administrator\n". "to change your preferences go to: ".APPDB_ROOT."preferences.php\n"); define("APPDB_OWNER","WineHQ"); // with what product/company is this AppDB related ? define("APPDB_OWNER_URL","http://www.winehq.org/"); // website of this product/company diff --git a/include/incl.php b/include/incl.php index 3f3e359..fc3698d 100644 --- a/include/incl.php +++ b/include/incl.php @@ -164,7 +164,7 @@ function redirect($url) } /** - * redirect back to referer, or else to the main page + * redirect back to referrer, or else to the main page */ function redirectref($url = null) { @@ -190,7 +190,7 @@ function addmsg($text, $color = "black") $sQuery = "INSERT INTO sessionMessages VALUES (null, null, '".session_id()."', '$text')"; if (!mysql_query($sQuery,$hAppdbLink)) { - echo "An error has occured in addmsg(): ".mysql_error($hAppdbLink); + echo "An error has occurred in addmsg(): ".mysql_error($hAppdbLink); echo $text; } } diff --git a/include/user.php b/include/user.php index 4b340d1..63d2cd7 100644 --- a/include/user.php +++ b/include/user.php @@ -79,7 +79,7 @@ class User { "email = '$sEmail' AND ". "password = password('$sPassword')"); if(!$result) - return "A database error occured"; + return "A database error occurred"; if(mysql_num_rows($result) == 0) return "Invalid e-mail or password"; @@ -171,7 +171,7 @@ class User { $sEmail = $this->email; $result = query_appdb("DELETE FROM user_list WHERE email = '".$sEmail."'"); if(!$result) - return "A database error occured"; + return "A database error occurred"; return 0; } @@ -222,7 +222,7 @@ class User { /** - * check if this user is an maintainer of a given appId/versionId + * check if this user is a maintainer of a given appId/versionId */ function is_maintainer($appId, $versionId) { @@ -245,7 +245,7 @@ class User { /* - * check if this user is an maintainer of a given appId/versionId + * check if this user is a maintainer of a given appId/versionId */ function is_super_maintainer($appId) {