From 9a10be77bb42bdff51b3734ec33b3309cfa2ff62 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Tue, 10 Oct 2023 22:04:17 +0100 Subject: [PATCH] Adjust wording and look a little bit --- .../UI/Elements/ContextMenu/MenuContainer.xaml | 13 ++++++++++++- .../UI/Elements/ContextMenu/MenuContainer.xaml.cs | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) 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 );