Made '(handicap)' prefix translate-friendlier.
This commit is contained in:
parent
25b4d35a65
commit
11b884eea4
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user