mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Use question mark for more grammatical correctness
Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
parent
53b7c29488
commit
474ff5b99d
@ -46,7 +46,7 @@ namespace osu.Game.Online.Chat
|
||||
public ExternalLinkDialog(string url, Action openExternalLinkAction, Action copyExternalLinkAction)
|
||||
{
|
||||
HeaderText = "You are leaving osu!";
|
||||
BodyText = $"Are you sure you want to open the following link in a web browser:\n\n{url}";
|
||||
BodyText = $"Are you sure you want to open the following link in a web browser?\n\n{url}";
|
||||
|
||||
Icon = FontAwesome.Solid.ExclamationTriangle;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user