fix tooltip capitalization

This commit is contained in:
Revel
2020-01-14 14:26:54 -05:00
parent e308845faf
commit a86fb2113e
15 changed files with 17 additions and 17 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
{
private readonly bool noVideo;
public string TooltipText => button.Enabled.Value ? "Download this beatmap" : "Login to download";
public string TooltipText => button.Enabled.Value ? "download this beatmap" : "login to download";
private readonly IBindable<User> localUser = new Bindable<User>();