1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 15:57:51 +08:00

Merge pull request #30489 from iSlodinxOsu/loved

Remove `by the beatmap creator` in `PlayerLoaderStrings`
This commit is contained in:
Dean Herbert 2024-11-04 18:39:21 +09:00 committed by GitHub
commit c4a02b7991
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,10 +26,10 @@ namespace osu.Game.Localisation
/// <summary> /// <summary>
/// "No performance points will be awarded. /// "No performance points will be awarded.
/// Leaderboards may be reset by the beatmap creator." /// Leaderboards may be reset."
/// </summary> /// </summary>
public static LocalisableString LovedBeatmapDisclaimerContent => new TranslatableString(getKey(@"loved_beatmap_disclaimer_content"), @"No performance points will be awarded. 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> /// <summary>
/// "This beatmap is qualified" /// "This beatmap is qualified"