mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Do not touch "currently editing" line
This commit is contained in:
@ -14,11 +14,6 @@ namespace osu.Game.Localisation
|
||||
/// </summary>
|
||||
public static LocalisableString SkinEditor => new TranslatableString(getKey(@"skin_editor"), @"Skin editor");
|
||||
|
||||
/// <summary>
|
||||
/// "Currently editing"
|
||||
/// </summary>
|
||||
public static LocalisableString CurrentlyEditing => new TranslatableString(getKey(@"currently_editing"), @"Currently editing");
|
||||
|
||||
/// <summary>
|
||||
/// "Components"
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user