Fixed grammatical then/than error.

This commit is contained in:
Bjørn Snoen
2013-12-18 05:50:30 +01:00
parent b180c3d1a7
commit 8eb664f93d
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ void Credits::computeTournament(GameObserver* g, GameApp * _app,bool tournament,
}
if (mGamesWon>mGamesPlayed*0.80 && mGamesWon<mGamesPlayed)
{
CreditBonus * b = NEW CreditBonus(250, _("Won more then 80 percentage of games"));
CreditBonus * b = NEW CreditBonus(250, _("Won more than 80 percentage of games"));
bonus.push_back(b);
}