Explain empty string in editor's footer

This commit is contained in:
ansel 2023-01-14 23:42:56 +03:00
parent 58406cae19
commit 1480c691ae

View File

@ -409,6 +409,7 @@ namespace osu.Game.Overlays.Comments
public Action<CommentBundle> OnPost;
//TODO should match web, left empty due to no multiline support
protected override LocalisableString FooterText => default;
protected override LocalisableString CommitButtonText => CommonStrings.ButtonsPost;