Change verb as suggested by Iron Seagull's comment in blog.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6868 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk 2010-12-07 00:47:43 +00:00
parent c6b61f8a55
commit 261b9d61f3

View File

@ -66,7 +66,7 @@ const wchar_t* getBowlingString()
switch (id)
{
//I18N: shown when hit by bowling ball. %1 is the attacker, %0 is the victim.
case 0 : return _("%0 will not play bowling with %1 again");
case 0 : return _("%0 will not go bowling with %1 again");
//I18N: shown when hit by bowling ball. %1 is the attacker, %0 is the victim.
case 1 : return _("%1 strikes %0");
//I18N: shown when hit by bowling ball. %1 is the attacker, %0 is the victim.