1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 22:20:53 +08:00

Merge pull request #22675 from cdwcgt/CompletionText-LocalisableString

Make `CompletionText` in `ProgressNotification` a `LocalisableString`
This commit is contained in:
Bartłomiej Dach
2023-02-18 14:25:21 +01:00
committed by GitHub
Unverified
@@ -49,7 +49,7 @@ namespace osu.Game.Overlays.Notifications
}
}
public string CompletionText { get; set; } = "Task has completed!";
public LocalisableString CompletionText { get; set; } = "Task has completed!";
private float progress;