mirror of https://github.com/ppy/osu
Update PlayerLoaderStrings.cs
This commit is contained in:
parent
0811de728e
commit
a49b2eaa3b
|
@ -26,10 +26,10 @@ public static class PlayerLoaderStrings
|
|||
|
||||
/// <summary>
|
||||
/// "No performance points will be awarded.
|
||||
/// Leaderboards may be reset by the beatmap creator."
|
||||
/// Leaderboards may be reset."
|
||||
/// </summary>
|
||||
public static LocalisableString LovedBeatmapDisclaimerContent => new TranslatableString(getKey(@"loved_beatmap_disclaimer_content"), @"No performance points will be awarded.
|
||||
Leaderboards may be reset by the beatmap creator.");
|
||||
Leaderboards may be reset.");
|
||||
|
||||
/// <summary>
|
||||
/// "This beatmap is qualified"
|
||||
|
|
Loading…
Reference in New Issue