mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
Move full stop out of link and reword slightly
This commit is contained in:
parent
c5fc155cc0
commit
eebd5745a8
@ -139,7 +139,7 @@ namespace osu.Game.Overlays
|
|||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
CurrentPath = $@"{api.WebsiteRootUrl}/wiki/",
|
CurrentPath = $@"{api.WebsiteRootUrl}/wiki/",
|
||||||
Text = $"Something went wrong when trying to fetch page \"{path.Value}\".\n\n[Go back to main page.](Main_Page)",
|
Text = $"Something went wrong when trying to fetch page \"{path.Value}\".\n\n[Return to the main page](Main_Page).",
|
||||||
DocumentMargin = new MarginPadding(0),
|
DocumentMargin = new MarginPadding(0),
|
||||||
DocumentPadding = new MarginPadding
|
DocumentPadding = new MarginPadding
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user