1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 14:02:55 +08:00
This commit is contained in:
Dean Herbert 2017-04-06 14:27:23 +09:00 committed by GitHub
parent efe82ef88c
commit 2bb99eac72

View File

@ -86,7 +86,7 @@ namespace osu.Game.Modes.UI
notificationManager?.Post(new SimpleNotification
{
Text = @"The score overlay is currently disabled. You can toogle this by pressing Shift + Tab."
Text = @"The score overlay is currently disabled. You can toggle this by pressing Shift+Tab."
});
}
}