Do not touch "currently editing" line

This commit is contained in:
ansel
2023-01-16 22:52:17 +03:00
parent 0ec608ec5d
commit 133b9b79d7
2 changed files with 2 additions and 7 deletions

View File

@ -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>