Module: appdb Branch: master Commit: 2b92c0a858a4db4b259033d058db96df52f6203b URL: http://source.winehq.org/git/appdb.git/?a=commit;h=2b92c0a858a4db4b259033d05...
Author: Jeff Zaroyko jeffzaroyko@gmail.com Date: Sun May 4 22:14:38 2008 +1000
modify wording on gold rating to say 'third party software' instead of 'cracks' which is a grey area
---
browse_by_rating.php | 2 +- help/maintainer_ratings.help | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/browse_by_rating.php b/browse_by_rating.php index a7cbbb0..ee15ada 100644 --- a/browse_by_rating.php +++ b/browse_by_rating.php @@ -55,7 +55,7 @@ if (empty($aClean['sRating'])) $aRating = array(PLATINUM_RATING, GOLD_RATING, SILVER_RATING, BRONZE_RATING, GARBAGE_RATING); $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 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"); diff --git a/help/maintainer_ratings.help b/help/maintainer_ratings.help index fded0ad..e2bdfdc 100644 --- a/help/maintainer_ratings.help +++ b/help/maintainer_ratings.help @@ -19,7 +19,7 @@ An application can be rated as Platinum if it installs and runs flawlessly ̵ <li class="gold">Gold</li>
<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>
<li class="silver">Silver</li>