modify wording on gold rating to say 'third party software' instead of 'cracks' which is a grey area
This commit is contained in:
committed by
Chris Morgan
parent
5665241fca
commit
2b92c0a858
@@ -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");
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ An application can be rated as Platinum if it installs and runs flawlessly ̵
|
|||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user