mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove localisation for now
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Game.Localisation;
|
||||
using osu.Game.Overlays.Notifications;
|
||||
|
||||
namespace osu.Game.Database
|
||||
@ -13,7 +12,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
public TooManyDownloadsNotification(string humanisedModelName)
|
||||
{
|
||||
Text = CommonStrings.TooManyDownloaded(humanisedModelName);
|
||||
Text = $"You have downloaded too many {humanisedModelName}s! Please try again later.";
|
||||
Icon = FontAwesome.Solid.ExclamationCircle;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user