Skip to content

Commit

Permalink
Merge pull request #30489 from iSlodinxOsu/loved
Browse files Browse the repository at this point in the history
Remove `by the beatmap creator` in `PlayerLoaderStrings`
  • Loading branch information
peppy authored Nov 4, 2024
2 parents 1868549 + a49b2ea commit c4a02b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu.Game/Localisation/PlayerLoaderStrings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c4a02b7

Please sign in to comment.