Improve a formulation

This commit is contained in:
Alayan 2018-10-06 15:58:02 +02:00
parent b7b2a60eff
commit bf4dd67562

View File

@ -65,7 +65,7 @@ protected:
{
// I18N: In the network player dialog show rank and
// score of a player
result = _("%s has a rank of %d with score %f.",
result = _("%s is number %d in the rankings with a score of %f.",
m_name, rank, score);
}
}