From db4d37a2b767d7034882fe94b3375cba36aa7dce Mon Sep 17 00:00:00 2001 From: Mr0maks Date: Wed, 30 Nov 2022 14:21:23 +0500 Subject: [PATCH] Fix locale (#12755) After fixing in the settings, I forgot to change it everywhere --- .../UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml b/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml index 81aae512d1..9ba11fec45 100644 --- a/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml +++ b/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml @@ -88,7 +88,7 @@ Access="Internal" Icon="{xe:Tex '/Textures/Interface/info.svg.192dpi.png'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenAHelp}" - ToolTip="{Loc 'ui-options-function-open-ahelp'}" + ToolTip="{Loc 'ui-options-function-open-a-help'}" MinSize="42 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonOpenLeft}"