1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Use question mark for more grammatical correctness

Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
Dean Herbert 2024-05-31 10:46:30 +09:00 committed by GitHub
parent 53b7c29488
commit 474ff5b99d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;