English wording

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
parseljc
Posts: 11
Joined: Fri Jul 07, 2006 7:25 pm

English wording

Post by parseljc »

In English when you rate something on a scale of 1 to 5, the rating would normally be reported as, for example, "3 out of 5," not "3 from 5."

To make the change, edit .../lang/language_en.php and change

$PMF_LANG["msgVoteFrom"] = "from";

to

$PMF_LANG["msgVoteFrom"] = "out of";
srikat
Posts: 3
Joined: Mon Jan 08, 2007 3:21 pm

Post by srikat »

Thanks for this.

I added the same here.
matteo
Posts: 572
Joined: Sun Nov 20, 2005 6:53 pm
Location: Italy

Re: English wording

Post by matteo »

Hi,
parseljc wrote:In English when you rate something on a scale of 1 to 5, the rating would normally be reported as, for example, "3 out of 5," not "3 from 5."
fixed in CVS, both in 1.6.9-dev and 2.0.0-beta-dev. Thanks for bringing it to our attention!

Ciao,
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Post Reply