Fix osu!supporter naming

This commit is contained in:
Joehu
2018-06-27 17:57:55 -07:00
parent 6eb3e6c541
commit 8518fce4a9
3 changed files with 4 additions and 4 deletions

View File

@ -138,7 +138,7 @@ namespace osu.Game.Beatmaps
PostNotification?.Invoke(new SimpleNotification
{
Icon = FontAwesome.fa_superpowers,
Text = "You gotta be a supporter to download for now 'yo"
Text = "You gotta be an osu!supporter to download for now 'yo"
});
return;
}