diff --git a/Bloxstrap/UI/Elements/ContextMenu/MenuContainer.xaml b/Bloxstrap/UI/Elements/ContextMenu/MenuContainer.xaml index 57365d5..95bb446 100644 --- a/Bloxstrap/UI/Elements/ContextMenu/MenuContainer.xaml +++ b/Bloxstrap/UI/Elements/ContextMenu/MenuContainer.xaml @@ -60,8 +60,19 @@ + + + + + + + + + + + + - diff --git a/Bloxstrap/UI/Elements/ContextMenu/MenuContainer.xaml.cs b/Bloxstrap/UI/Elements/ContextMenu/MenuContainer.xaml.cs index 00bbb0f..4c4d192 100644 --- a/Bloxstrap/UI/Elements/ContextMenu/MenuContainer.xaml.cs +++ b/Bloxstrap/UI/Elements/ContextMenu/MenuContainer.xaml.cs @@ -127,7 +127,7 @@ namespace Bloxstrap.UI.Elements.ContextMenu private void CloseRobloxMenuItem_Click(object sender, RoutedEventArgs e) { MessageBoxResult result = Controls.ShowMessageBox( - "Are you sure you want to close Roblox?", + "Are you sure you want to close Roblox? This will forcefully end the process.", MessageBoxImage.Warning, MessageBoxButton.YesNo );