From 3436f6b060bb14afe86606e1eb305d8045cf71e2 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:17:26 +0200 Subject: [PATCH] Simplify dialog buttons --- DiscordChatExporter.Gui/ViewModels/RootViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs b/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs index 32f8229..c8bdd23 100644 --- a/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs +++ b/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs @@ -54,7 +54,7 @@ public class RootViewModel : Screen, IHandle, IDisposable Click LEARN MORE to find ways that you can help. """, "LEARN MORE", - "CANCEL" + "CLOSE" ); // Disable this message in the future