Skip to content

Commit

Permalink
Use question mark for more grammatical correctness
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
  • Loading branch information
peppy and Joehuu authored May 31, 2024
1 parent 53b7c29 commit 474ff5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Online/Chat/ExternalLinkOpener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public partial class ExternalLinkDialog : PopupDialog
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;

Expand Down

0 comments on commit 474ff5b

Please sign in to comment.