mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Update player loader screen mouse disable text to use localised version
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Game.Configuration;
|
||||
using osu.Game.Localisation;
|
||||
|
||||
namespace osu.Game.Screens.Play.PlayerSettings
|
||||
{
|
||||
@ -18,7 +19,7 @@ namespace osu.Game.Screens.Play.PlayerSettings
|
||||
{
|
||||
mouseButtonsCheckbox = new PlayerCheckbox
|
||||
{
|
||||
LabelText = "Disable mouse buttons"
|
||||
LabelText = MouseSettingsStrings.DisableMouseButtons
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user