Made '(handicap)' prefix translate-friendlier.

This commit is contained in:
hiker 2014-11-12 18:45:34 +11:00
parent 25b4d35a65
commit 11b884eea4

View File

@ -356,8 +356,7 @@ void PlayerKartWidget::add()
if (UserConfigParams::m_per_player_difficulty)
{
// The second player is the same, but with handicap
label += L" ";
label += _(L"(handicapped)");
label = _("%s (handicapped)", label);
m_player_ident_spinner->addLabel(label);
}
}