1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:52:55 +08:00

Apply review suggestions

This commit is contained in:
Lucas A 2020-01-07 19:06:47 +01:00
parent 21e6351c53
commit 7f92cefe10
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ namespace osu.Game.Online.Leaderboards
break;
case PlaceholderState.NotLoggedIn:
replacePlaceholder(new LoginPlaceholder(@"view online leaderboards!"));
replacePlaceholder(new LoginPlaceholder(@"Please sign in to view online leaderboards!"));
break;
case PlaceholderState.NotSupporter:

View File

@ -22,7 +22,7 @@ namespace osu.Game.Online.Placeholders
cp.Padding = new MarginPadding { Right = 10 };
});
AddText(@"Please sign in to " + action);
AddText(action);
}
protected override bool OnMouseDown(MouseDownEvent e)