summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2011-01-06 18:08:16 +0000
committerGlenn Rice <glennricster@gmail.com>2011-01-06 18:08:16 +0000
commit49b7da6445013c33a89fa6d68b2b64bcd538c7eb (patch)
tree59f652e63968e3276dfdc9222f2545b065cef350 /Source/Core
parent1671917472cc705f4603170c064965c9cd2dd8fe (diff)
Added a few translatable strings.
Added German language translations. Thanks to JackyCola. Added Italian language translations. Thanks to RebuMan. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6763 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/Src/WiimoteConfigDiag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Src/WiimoteConfigDiag.cpp b/Source/Core/DolphinWX/Src/WiimoteConfigDiag.cpp
index d307e7e582..f8d8790cd3 100644
--- a/Source/Core/DolphinWX/Src/WiimoteConfigDiag.cpp
+++ b/Source/Core/DolphinWX/Src/WiimoteConfigDiag.cpp
@@ -75,7 +75,7 @@ WiimoteConfigDiag::WiimoteConfigDiag(wxWindow* const parent, InputPlugin& plugin
m_pad_notebook->AddPage(wpage, wxString(wxT("Wiimote ")) + wxChar('1'+i));
}
- wxButton* const ok_button = new wxButton(this, -1, wxT("OK"), wxDefaultPosition);
+ wxButton* const ok_button = new wxButton(this, -1, _("OK"), wxDefaultPosition);
_connect_macro_(ok_button, WiimoteConfigDiag::Save, wxEVT_COMMAND_BUTTON_CLICKED, this);
wxBoxSizer* const main_sizer = new wxBoxSizer(wxVERTICAL);