Rosanne DiMesio : Revise ratings hints
Module: appdb Branch: master Commit: 64f4aef4e810c581be9235af94697256b1c33c32 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=64f4aef4e810c581be9235af9... Author: Rosanne DiMesio <dimesio(a)earthlink.net> Date: Wed Aug 16 14:29:03 2017 -0500 Revise ratings hints Signed-off-by: Rosanne DiMesio <dimesio(a)earthlink.net> Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com> --- js/utils.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/js/utils.js b/js/utils.js index 26128a9..0fdcb92 100644 --- a/js/utils.js +++ b/js/utils.js @@ -119,11 +119,11 @@ $(document).ready(function() { var ratingdesc=[ "", - " Works flawlessly out of the box - no problems ", - " Works flawlessly with DLL overrides, third party software or other settings ", - " Works excellently for normal use;works fine in singleplayer but not multi ", - " Works but has issues for normal use ", - " Does not run or cannot be installed with Wine " + " Works as well as (or better than) on Windows out of the box ", + " Works as well as (or better than) on Windows with workarounds ", + " Works excellently for normal use, but has some problems ", + " Works, but has problems for normal use ", + " Problems are severe enough that the application cannot be used for the purpose it was designed for " ]; var ratingstyle =[ "",
participants (1)
-
Jeremy Newman