From 74ea765427ad499dd16667d8939cb67d83dcdf04 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Fri, 20 Nov 2015 11:33:47 +0100 Subject: Mark more strings for translation --- Source/Core/Common/MsgHandler.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/Core/Common/MsgHandler.cpp') diff --git a/Source/Core/Common/MsgHandler.cpp b/Source/Core/Common/MsgHandler.cpp index 075196ced2..e73efe9020 100644 --- a/Source/Core/Common/MsgHandler.cpp +++ b/Source/Core/Common/MsgHandler.cpp @@ -38,6 +38,11 @@ void SetEnableAlert(bool enable) AlertEnabled = enable; } +std::string GetTranslation(const char* string) +{ + return str_translator(string); +} + // This is the first stop for gui alerts where the log is updated and the // correct window is shown bool MsgAlert(bool yes_no, int Style, const char* format, ...) -- cgit v1.2.3