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); }