From 6fd5bbc582749b58472082d648eda32a910d58fe Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Wed, 18 Sep 2024 21:38:21 +0200 Subject: [PATCH] all of them --- EliteBGS/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EliteBGS/MainWindow.xaml.cs b/EliteBGS/MainWindow.xaml.cs index 6cf0fae..5983d66 100644 --- a/EliteBGS/MainWindow.xaml.cs +++ b/EliteBGS/MainWindow.xaml.cs @@ -652,7 +652,7 @@ public partial class MainWindow : MetroWindow { PostToDiscord.Items.Add(new Separator()); menu = new MenuItem(); - menu.Header = "Post To All"; + menu.Header = "All"; menu.Click += PostToAll_Click; PostToDiscord.Items.Add(menu); }