summaryrefslogtreecommitdiff
path: root/protocols/Xfire
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire')
-rw-r--r--protocols/Xfire/res/resource.rc2
-rw-r--r--protocols/Xfire/src/addgamedialog.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Xfire/res/resource.rc b/protocols/Xfire/res/resource.rc
index b90fa55be0..16ee9ca595 100644
--- a/protocols/Xfire/res/resource.rc
+++ b/protocols/Xfire/res/resource.rc
@@ -280,7 +280,7 @@ BEGIN
LTEXT "Launcher exe (optional):",IDC_STC38,4,59,188,9,NOT WS_GROUP
EDITTEXT IDC_ADD_LAUNCHEREXE,4,70,136,13,ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_CLIENTEDGE
PUSHBUTTON "Browse...",IDC_ADD_BROWSELAUNCHER,144,70,48,14
- LTEXT "Game id:",IDC_STC39,4,86,52,9,NOT WS_GROUP
+ LTEXT "Game ID:",IDC_STC39,4,86,52,9,NOT WS_GROUP
EDITTEXT IDC_ADD_ID,4,97,36,13,NOT WS_BORDER,WS_EX_CLIENTEDGE
PUSHBUTTON "?",IDC_GAMEIDHELP,42,97,14,13
LTEXT "Send game ID:",IDC_STC42,60,86,50,9,NOT WS_GROUP
diff --git a/protocols/Xfire/src/addgamedialog.cpp b/protocols/Xfire/src/addgamedialog.cpp
index fb0f0b9711..7b3a7e4195 100644
--- a/protocols/Xfire/src/addgamedialog.cpp
+++ b/protocols/Xfire/src/addgamedialog.cpp
@@ -586,7 +586,7 @@ INT_PTR CALLBACK DlgAddGameProc2 (HWND hwndDlg,
}
else if(LOWORD(wParam) == IDC_GAMEIDHELP)
{
- MessageBoxA(hwndDlg, Translate("Every game in Xfire needs an id. Use a number above the last used id to avoid problems with used ids. Every number above 10000 should be save. This id will not be sent to Xfire, when you start a game."), Translate("XFire Options"), MB_OK|MB_ICONASTERISK);
+ MessageBoxA(hwndDlg, Translate("Every game in Xfire needs an ID. Use a number above the last used ID to avoid problems with used ids. Every number above 10000 should be save. This ID will not be sent to Xfire, when you start a game."), Translate("XFire Options"), MB_OK|MB_ICONASTERISK);
}
else if(LOWORD(wParam) == IDC_ADD_BROWSEDETECT)
{