1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +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
commit ff5de04fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;