mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-02-17 18:29:13 -06:00
Fix Select/Back in message window not getting localised correctly. (#418)
This commit is contained in:
@@ -470,8 +470,8 @@ void MessageWindow::Draw()
|
||||
|
||||
std::array<Button, 2> buttons =
|
||||
{
|
||||
Button(Localise("Common_Select"), EButtonIcon::LMB),
|
||||
Button(Localise("Common_Back"), EButtonIcon::Escape),
|
||||
Button("Common_Select", EButtonIcon::LMB),
|
||||
Button("Common_Back", EButtonIcon::Escape),
|
||||
};
|
||||
|
||||
ButtonGuide::Open(buttons);
|
||||
|
||||
Reference in New Issue
Block a user