mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 17:13:06 +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,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
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),
|
||||
DocumentPadding = new MarginPadding
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user