mirror of
https://github.com/ppy/osu
synced 2025-01-09 07:39:46 +00:00
Update player loader screen mouse disable text to use localised version
This commit is contained in:
parent
93bcebbcd5
commit
df6a755c36
@ -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
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user