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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user