mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Don't use verbatim string literals
This commit is contained in:
@ -130,8 +130,8 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
deleteButton.Enabled.Value = selected.NewValue != null;
|
||||
|
||||
addButton.Text = selected.NewValue != null
|
||||
? @"+ Clone to current time"
|
||||
: @"+ Add at current time";
|
||||
? "+ Clone to current time"
|
||||
: "+ Add at current time";
|
||||
}, true);
|
||||
|
||||
controlPointGroups.BindTo(Beatmap.ControlPointInfo.Groups);
|
||||
|
Reference in New Issue
Block a user