1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 06:19:54 +08:00

Remove duplicated string

This commit is contained in:
Bartłomiej Dach
2025-07-15 13:35:09 +02:00
Unverified
parent 3eb52e7771
commit d0d76d38e6
2 changed files with 1 additions and 6 deletions
@@ -80,7 +80,7 @@ namespace osu.Game.Collections
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Text = SongSelectStrings.ManageCollections,
Text = CollectionsStrings.ManageCollections,
Font = OsuFont.GetFont(size: 30),
Padding = new MarginPadding { Vertical = 10 },
},
@@ -39,11 +39,6 @@ namespace osu.Game.Localisation
/// </summary>
public static LocalisableString LocallyModifiedTooltip => new TranslatableString(getKey(@"locally_modified_tooltip"), @"Has been locally modified");
/// <summary>
/// "Manage collections"
/// </summary>
public static LocalisableString ManageCollections => new TranslatableString(getKey(@"manage_collections"), @"Manage collections");
/// <summary>
/// "Unknown"
/// </summary>