mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
Remove unnecessary string interpolation
This commit is contained in:
parent
f96340e37d
commit
3b4b35c51e
@ -130,7 +130,7 @@ namespace osu.Game.Beatmaps
|
||||
{
|
||||
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
Block a user