mirror of https://github.com/ppy/osu
Remove unnecessary string interpolation
This commit is contained in:
parent
f96340e37d
commit
3b4b35c51e
|
@ -130,7 +130,7 @@ public void DeleteVideos(List<BeatmapSetInfo> items, bool silent = false)
|
|||
{
|
||||
Progress = 0,
|
||||
Text = $"Preparing to delete all {HumanisedModelName} videos...",
|
||||
CompletionText = $"No videos found to delete!",
|
||||
CompletionText = "No videos found to delete!",
|
||||
State = ProgressNotificationState.Active,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue