fix review points and fine tuning

This commit is contained in:
アズタケ
2022-09-16 21:08:25 +09:00
parent 3a62d29269
commit 81d582c051
13 changed files with 22 additions and 56 deletions

View File

@ -35,7 +35,7 @@ namespace osu.Game.Overlays.Settings.Sections.DebugSettings
},
new SettingsButton
{
Text = DebugSettingsStrings.CompactRealm,
Text = "Compact realm",
Action = () =>
{
// Blocking operations implicitly causes a Compact().
@ -46,11 +46,11 @@ namespace osu.Game.Overlays.Settings.Sections.DebugSettings
},
blockAction = new SettingsButton
{
Text = DebugSettingsStrings.BlockRealm,
Text = "Block realm",
},
unblockAction = new SettingsButton
{
Text = DebugSettingsStrings.UnblockRealm,
Text = "Unblock realm",
},
};