mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 03:59:54 +08:00
Fix layers dropdown localised entries
This commit is contained in:
@@ -31,9 +31,9 @@ namespace osu.Game.Skinning
|
|||||||
|
|
||||||
public override string ToString()
|
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)
|
public bool Equals(GlobalSkinnableContainerLookup? other)
|
||||||
|
|||||||
Reference in New Issue
Block a user