mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +08:00
Revert localisation of spectate/watch button
This commit is contained in:
parent
0146949ad6
commit
9f525ee267
@ -139,7 +139,7 @@ namespace osu.Game.Overlays.Dashboard
|
|||||||
new PurpleTriangleButton
|
new PurpleTriangleButton
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Text = CommonStrings.ButtonsWatchTo1,
|
Text = "Spectate",
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
Action = () => performer?.PerformFromScreen(s => s.Push(new SoloSpectator(User))),
|
Action = () => performer?.PerformFromScreen(s => s.Push(new SoloSpectator(User))),
|
||||||
|
Loading…
Reference in New Issue
Block a user