diff --git a/UnleashedRecomp/ui/message_window.cpp b/UnleashedRecomp/ui/message_window.cpp index 76e1e97..6cadfe0 100644 --- a/UnleashedRecomp/ui/message_window.cpp +++ b/UnleashedRecomp/ui/message_window.cpp @@ -470,8 +470,8 @@ void MessageWindow::Draw() std::array 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);