mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Localize non-localizable setting items
This commit is contained in:
@ -46,11 +46,11 @@ namespace osu.Game.Overlays.Settings.Sections.DebugSettings
|
||||
},
|
||||
blockAction = new SettingsButton
|
||||
{
|
||||
Text = "Block realm",
|
||||
Text = DebugSettingsStrings.BlockRealm,
|
||||
},
|
||||
unblockAction = new SettingsButton
|
||||
{
|
||||
Text = "Unblock realm",
|
||||
Text = DebugSettingsStrings.UnblockRealm,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user