summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Config/GameCubeConfigPane.cpp
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2015-12-15 18:13:26 +0100
committerMarkus Wick <degasus@users.noreply.github.com>2015-12-15 18:13:26 +0100
commite4b83d17bf5e79351d3ceddb2f856bb048a52afc (patch)
treeb84791bb83b29865cea8e15d02de89770209a5d6 /Source/Core/DolphinWX/Config/GameCubeConfigPane.cpp
parent3e2ac3df43f057fdbbdfa2bd1466e5390d850a81 (diff)
parent74ea765427ad499dd16667d8939cb67d83dcdf04 (diff)
Merge pull request #3270 from JosJuice/more-translations
Mark more strings for translation
Diffstat (limited to 'Source/Core/DolphinWX/Config/GameCubeConfigPane.cpp')
-rw-r--r--Source/Core/DolphinWX/Config/GameCubeConfigPane.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Core/DolphinWX/Config/GameCubeConfigPane.cpp b/Source/Core/DolphinWX/Config/GameCubeConfigPane.cpp
index 721a1eecc3..db6a22751f 100644
--- a/Source/Core/DolphinWX/Config/GameCubeConfigPane.cpp
+++ b/Source/Core/DolphinWX/Config/GameCubeConfigPane.cpp
@@ -30,11 +30,11 @@
#define EXIDEV_MEMCARD_STR _trans("Memory Card")
#define EXIDEV_MEMDIR_STR _trans("GCI Folder")
-#define EXIDEV_MIC_STR _trans("Mic")
-#define EXIDEV_BBA_STR "BBA"
-#define EXIDEV_AGP_STR "Advance Game Port"
-#define EXIDEV_AM_BB_STR _trans("AM-Baseboard")
-#define EXIDEV_GECKO_STR "USBGecko"
+#define EXIDEV_MIC_STR _trans("Microphone")
+#define EXIDEV_BBA_STR _trans("Broadband Adapter")
+#define EXIDEV_AGP_STR _trans("Advance Game Port")
+#define EXIDEV_AM_BB_STR _trans("AM Baseboard")
+#define EXIDEV_GECKO_STR _trans("USB Gecko")
GameCubeConfigPane::GameCubeConfigPane(wxWindow* parent, wxWindowID id)
: wxPanel(parent, id)