mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 11:47:24 +08:00
Fix layers dropdown localised entries
This commit is contained in:
parent
9cd7f2b5d4
commit
fc1ebfdf64
@ -31,9 +31,9 @@ namespace osu.Game.Skinning
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
if (Ruleset == null) return Lookup.GetDescription();
|
||||
if (Ruleset == null) return Lookup.GetLocalisableDescription().ToString();
|
||||
|
||||
return $"{Lookup.GetDescription()} (\"{Ruleset.Name}\" only)";
|
||||
return $"{Lookup.GetLocalisableDescription().ToString()} (\"{Ruleset.Name}\" only)";
|
||||
}
|
||||
|
||||
public bool Equals(GlobalSkinnableContainerLookup? other)
|
||||
|
Loading…
Reference in New Issue
Block a user