Allow battle arena group names to be translated

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8694 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-05-24 00:55:09 +00:00
parent 416c9bba86
commit d75a365da9

View File

@@ -72,8 +72,7 @@ void ArenasScreen::loadedFromFile()
{
if (groups[n] != DEFAULT_GROUP_NAME)
{
//FIXME: group name not translated
tabs->addTextChild( stringw(groups[n].c_str()).c_str(), groups[n]);
tabs->addTextChild( _( stringw(groups[n].c_str()).c_str() ), groups[n]);
}
}