Prefix common strings for context

This commit is contained in:
its5Q
2022-08-10 00:35:19 +10:00
parent 9f043e725f
commit abca3d1b2a
14 changed files with 40 additions and 40 deletions

View File

@ -638,10 +638,10 @@ namespace osu.Game.Rulesets.Scoring
public enum ScoringMode
{
[LocalisableDescription(typeof(GameplaySettingsStrings), nameof(GameplaySettingsStrings.Standardised))]
[LocalisableDescription(typeof(GameplaySettingsStrings), nameof(GameplaySettingsStrings.StandardisedScoreDisplay))]
Standardised,
[LocalisableDescription(typeof(GameplaySettingsStrings), nameof(GameplaySettingsStrings.Classic))]
[LocalisableDescription(typeof(GameplaySettingsStrings), nameof(GameplaySettingsStrings.ClassicScoreDisplay))]
Classic
}
}