mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 14:12:56 +08:00
Update english to be more readable
This commit is contained in:
parent
0cc1698b6d
commit
16bdf4e6bd
@ -27,16 +27,15 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
|||||||
switch (scope)
|
switch (scope)
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
case BeatmapLeaderboardScope.Global:
|
text.Text = @"No scores have been set yet. Maybe you can be the first!";
|
||||||
text.Text = @"No scores yet. Maybe should try setting some?";
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case BeatmapLeaderboardScope.Friend:
|
case BeatmapLeaderboardScope.Friend:
|
||||||
text.Text = @"None of your friends has set a score on this map yet!";
|
text.Text = @"None of your friends have set a score on this map yet.";
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case BeatmapLeaderboardScope.Country:
|
case BeatmapLeaderboardScope.Country:
|
||||||
text.Text = @"No one from your country has set a score on this map yet!";
|
text.Text = @"No one from your country has set a score on this map yet.";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user