mirror of
https://github.com/ppy/osu
synced 2024-12-27 01:12:45 +00:00
Fix "unranked explaination" tooltip text using incorrect translation key
This commit is contained in:
parent
45bfdb49b7
commit
85f131d2f8
@ -67,7 +67,7 @@ namespace osu.Game.Localisation
|
||||
/// <summary>
|
||||
/// "Performance points will not be granted due to active mods."
|
||||
/// </summary>
|
||||
public static LocalisableString UnrankedExplanation => new TranslatableString(getKey(@"ranked_explanation"), @"Performance points will not be granted due to active mods.");
|
||||
public static LocalisableString UnrankedExplanation => new TranslatableString(getKey(@"unranked_explanation"), @"Performance points will not be granted due to active mods.");
|
||||
|
||||
private static string getKey(string key) => $@"{prefix}:{key}";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user