Improved ebnd-of-battle dialog a tiny bit

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4839 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-02-25 01:54:28 +00:00
parent 08c0d291fb
commit ac4346cd6d

View File

@ -126,6 +126,15 @@ RaceOverDialog::RaceOverDialog(const float percentWidth,
prev_score, (new_score - prev_score), new_score);
}
}
else if (race_manager->getMinorMode() == RaceManager::MINOR_MODE_3_STRIKES)
{
//I18N: In results of battle mode; %i is where the rank is inserted;
//I18N: the first %s is where the kart name is inserted;
//I18N: the second %s is where the time is inserted
kart_results_line = StringUtils::insertValues( _("%i. %s : survived for %s"),
current_kart->getPosition(),
kart_name.c_str(), sTime);
}
else
{
kart_results_line = StringUtils::insertValues( L"%i. %s %s",