mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:47:52 +08:00
Adjust formats to be EN-UK
This commit is contained in:
parent
39224931f8
commit
f0fbc04d92
@ -62,6 +62,6 @@ namespace osu.Game.Graphics
|
||||
|
||||
private void updateTime() => Format();
|
||||
|
||||
public virtual string TooltipText => string.Format($"{date:d MMMM yyyy H:mm \"UTC\"z}");
|
||||
public virtual string TooltipText => string.Format($"{date:MMMM d, yyyy h:mm tt \"UTC\"z}");
|
||||
}
|
||||
}
|
||||
|
@ -16,6 +16,6 @@ namespace osu.Game.Graphics
|
||||
|
||||
protected override string Format() => Text = string.Format($"{date:MMMM yyyy}");
|
||||
|
||||
public override string TooltipText => string.Format($"{date:d MMMM yyyy}");
|
||||
public override string TooltipText => string.Format($"{date:MMMM d, yyyy}");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user