1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 12:10:32 +08:00

Merge pull request #28190 from bdach/fix-duped-translation-keys

Fix duplicated localisation key in `DeleteConfirmationContentStrings`
This commit is contained in:
Dan Balasescu
2024-05-17 11:03:15 +09:00
committed by GitHub
Unverified
@@ -32,7 +32,7 @@ namespace osu.Game.Localisation
/// <summary>
/// "Are you sure you want to delete all scores? This cannot be undone!"
/// </summary>
public static LocalisableString Scores => new TranslatableString(getKey(@"collections"), @"Are you sure you want to delete all scores? This cannot be undone!");
public static LocalisableString Scores => new TranslatableString(getKey(@"scores"), @"Are you sure you want to delete all scores? This cannot be undone!");
/// <summary>
/// "Are you sure you want to delete all mod presets?"