mirror of
https://github.com/ppy/osu.git
synced 2025-03-11 01:07:23 +08:00
Remove delete string from CommonStrings
This commit is contained in:
parent
ee2615da53
commit
5c3695673b
@ -49,11 +49,6 @@ namespace osu.Game.Localisation
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString Export => new TranslatableString(getKey(@"export"), @"Export");
|
public static LocalisableString Export => new TranslatableString(getKey(@"export"), @"Export");
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// "Delete"
|
|
||||||
/// </summary>
|
|
||||||
public static LocalisableString Delete => new TranslatableString(getKey(@"delete"), @"Delete");
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Width"
|
/// "Width"
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user