From 73b1783b73cd2fa604c215b0111ecad7ce348afa Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 15 Aug 2012 17:25:43 +0300 Subject: Fix conflicted keys translation. --- src/gui/setup_input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/setup_input.cpp b/src/gui/setup_input.cpp index 5049ce962..fdc727e02 100644 --- a/src/gui/setup_input.cpp +++ b/src/gui/setup_input.cpp @@ -196,7 +196,7 @@ void Setup_Input::apply() new OkDialog(_("Key Conflict(s) Detected."), strprintf(_("Conflict \"%s\" and \"%s\" keys. " "Resolve them, or gameplay may result in strange behaviour."), - str1.c_str(), str2.c_str()), DIALOG_ERROR); + gettext(str1.c_str()), gettext(str2.c_str())), DIALOG_ERROR); } keyboard.setEnabled(true); inputManager.store(); -- cgit v1.2.3-60-g2f50