Fix space before colon

This commit is contained in:
Benau 2016-07-31 08:04:16 +08:00
parent b69faff13d
commit 788f168c7f

View File

@ -256,7 +256,7 @@ ChallengeData::ChallengeData(const std::string& filename)
if (track_node != NULL && m_minor!=RaceManager::MINOR_MODE_FOLLOW_LEADER)
{
//I18N: number of laps to race in a challenge
description += _("Laps : %i", m_num_laps);
description += _("Laps: %i", m_num_laps);
description += core::stringw(L"\n");
}
else if (track_node)