Make string read better

This commit is contained in:
Dean Herbert
2022-04-07 18:20:15 +09:00
parent 555aee7b6a
commit b2c0eaeab4
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
},
new SettingsCheckbox
{
LabelText = GeneralSettingsStrings.Prefer24HourTime,
LabelText = GeneralSettingsStrings.Prefer24HourTimeDisplay,
Current = config.GetBindable<bool>(OsuSetting.Prefer24HourTime)
},
};