modify wording on gold rating to say 'third party software' instead of 'cracks' which is a grey area

This commit is contained in:
Jeff Zaroyko
2008-05-04 22:14:38 +10:00
committed by Chris Morgan
parent 5665241fca
commit 2b92c0a858
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ if (empty($aClean['sRating']))
$aRating = array(PLATINUM_RATING, GOLD_RATING, SILVER_RATING, $aRating = array(PLATINUM_RATING, GOLD_RATING, SILVER_RATING,
BRONZE_RATING, GARBAGE_RATING); BRONZE_RATING, GARBAGE_RATING);
$aRatingText = array("Applications that install and run out of the box", $aRatingText = array("Applications that install and run out of the box",
"Applications that work flawlessly with some DLL overrides or other settings, crack etc.", "Applications that work flawlessly with some DLL overrides, other settings or third party software.",
"Applications that work excellently for 'normal use'", "Applications that work excellently for 'normal use'",
"Applications that work but have some issues, even for 'normal use'", "Applications that work but have some issues, even for 'normal use'",
"Applications that don't work as intended, there should be at least one bug report if an app gets this rating"); "Applications that don't work as intended, there should be at least one bug report if an app gets this rating");

View File

@@ -19,7 +19,7 @@ An application can be rated as Platinum if it installs and runs flawlessly &#821
<li class="gold">Gold</li> <li class="gold">Gold</li>
<p> <p>
Application works flawlessly with some DLL overrides or other settings, crack etc. Application works flawlessly with some DLL overrides, other settings or third party software.
</p> </p>
<li class="silver">Silver</li> <li class="silver">Silver</li>