From e4ead365446526371a51d5d172be61db12fd05bb Mon Sep 17 00:00:00 2001 From: FreezyLemon Date: Thu, 21 Dec 2017 13:01:14 +0100 Subject: [PATCH] Added completion text --- osu.Game/Beatmaps/BeatmapManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Beatmaps/BeatmapManager.cs b/osu.Game/Beatmaps/BeatmapManager.cs index e0285e7ae0..1544d4fc01 100644 --- a/osu.Game/Beatmaps/BeatmapManager.cs +++ b/osu.Game/Beatmaps/BeatmapManager.cs @@ -349,6 +349,7 @@ namespace osu.Game.Beatmaps var notification = new ProgressNotification { + CompletionText = "Restored all deleted beatmaps!", Progress = 0, State = ProgressNotificationState.Active, };