summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/setup_input.cpp2
1 files changed, 1 insertions, 1 deletions
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();