diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-20 20:14:50 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-20 20:14:50 +0000 |
commit | 88a1453515628386995add0f185181009e23f73c (patch) | |
tree | 5676017f68132b2395b34d2ef6df2fd4f9601082 | |
parent | e246ae2c7c1089664be37d80ef26414ae7b20875 (diff) |
Xfire: spelling corrections (thx RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6566 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/Xfire/res/resource.rc | 4 | ||||
-rw-r--r-- | protocols/Xfire/src/addgamedialog.cpp | 8 | ||||
-rw-r--r-- | protocols/Xfire/src/options.cpp | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/protocols/Xfire/res/resource.rc b/protocols/Xfire/res/resource.rc index 01f459d679..7753931d0a 100644 --- a/protocols/Xfire/res/resource.rc +++ b/protocols/Xfire/res/resource.rc @@ -134,7 +134,7 @@ BEGIN PUSHBUTTON "",IDC_REMUSER,138,42,16,15,BS_ICON
LTEXT "This list contains all your blocked Xfire users. You can remove one, if you wanna allow him to send you a friend request.",IDC_STC9,160,12,136,74,NOT WS_GROUP
LTEXT "You can simply block someone, if you right click on his friend request in clist and choose Block User...",IDC_STC19,160,48,130,39,NOT WS_GROUP
- LTEXT "This file is used for the game search, game detection and gameid resolving. It contains all xfire supported games.",IDC_STC20,92,105,206,28,NOT WS_GROUP
+ LTEXT "This file is used for the game search, game detection and game ID resolving. It contains all xfire supported games.",IDC_STC20,92,105,206,28,NOT WS_GROUP
LTEXT "This file contains all original game icons. You can also activate the option for icon downloading, if you don't have it.",IDC_STC21,92,136,206,30,NOT WS_GROUP
LTEXT "Be sure you put these files in following folder:",IDC_STC24,7,171,290,9,NOT WS_GROUP
EDITTEXT IDC_FILESSHOULDBE,7,183,290,13,ES_READONLY | NOT WS_BORDER,WS_EX_CLIENTEDGE
@@ -283,7 +283,7 @@ BEGIN 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
+ LTEXT "Send game ID:",IDC_STC42,60,86,50,9,NOT WS_GROUP
EDITTEXT IDC_ADD_SENDID,60,97,36,13,NOT WS_BORDER,WS_EX_CLIENTEDGE
PUSHBUTTON "?",IDC_SENDIDHELP,98,97,14,13
LTEXT "Status message for Xfire, if this game will be started:",IDC_STC43,4,114,188,9,NOT WS_GROUP
diff --git a/protocols/Xfire/src/addgamedialog.cpp b/protocols/Xfire/src/addgamedialog.cpp index 53e8519c9b..95a1ae863c 100644 --- a/protocols/Xfire/src/addgamedialog.cpp +++ b/protocols/Xfire/src/addgamedialog.cpp @@ -582,7 +582,7 @@ INT_PTR CALLBACK DlgAddGameProc2 (HWND hwndDlg, {
if(LOWORD(wParam) == IDC_SENDIDHELP)
{
- MessageBoxA(hwndDlg, Translate("If you add a mod of a Xfire supported game, then you can specify what gameid will be sent to Xfire. So if you add a Half-Life mod, you can set the Half-Life game id and if you start the game, your Xfire buddies will see the Half-Life game icon next to your name and the game time will be tracked."), Translate("XFire Options"), MB_OK|MB_ICONASTERISK);
+ MessageBoxA(hwndDlg, Translate("If you add a mod of a Xfire supported game, then you can specify what game ID will be sent to Xfire. So if you add a Half-Life mod, you can set the Half-Life game ID and if you start the game, your Xfire buddies will see the Half-Life game icon next to your name and the game time will be tracked."), Translate("XFire Options"), MB_OK|MB_ICONASTERISK);
}
else if(LOWORD(wParam) == IDC_GAMEIDHELP)
{
@@ -651,7 +651,7 @@ INT_PTR CALLBACK DlgAddGameProc2 (HWND hwndDlg, if(!strlen(temp))
{
if(!editgame) delete newgame;
- return MessageBoxA(hwndDlg, Translate("Please enter a game id."), Translate("XFire Options"), MB_OK|MB_ICONEXCLAMATION);
+ return MessageBoxA(hwndDlg, Translate("Please enter a game ID."), Translate("XFire Options"), MB_OK|MB_ICONEXCLAMATION);
}
else
{
@@ -660,13 +660,13 @@ INT_PTR CALLBACK DlgAddGameProc2 (HWND hwndDlg, if(gameid<1)
{
if(!editgame) delete newgame;
- return MessageBoxA(hwndDlg, Translate("Please enter a game id above 1."), Translate("XFire Options"), MB_OK|MB_ICONEXCLAMATION);
+ return MessageBoxA(hwndDlg, Translate("Please enter a game ID above 1."), Translate("XFire Options"), MB_OK|MB_ICONEXCLAMATION);
}
//gameid auf uniq prüfen
else if(xgamelist.getGamebyGameid(gameid))
{
if(!editgame) delete newgame;
- return MessageBoxA(hwndDlg, Translate("This game id is already in use."), Translate("XFire Options"), MB_OK|MB_ICONEXCLAMATION);
+ return MessageBoxA(hwndDlg, Translate("This game ID is already in use."), Translate("XFire Options"), MB_OK|MB_ICONEXCLAMATION);
}
//gameid zuordnen
newgame->id=gameid;
diff --git a/protocols/Xfire/src/options.cpp b/protocols/Xfire/src/options.cpp index 40e0758395..9d7e519e93 100644 --- a/protocols/Xfire/src/options.cpp +++ b/protocols/Xfire/src/options.cpp @@ -941,7 +941,7 @@ static INT_PTR CALLBACK DlgProcOpts6(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR ShowWindow(GetDlgItem(hwndDlg, IDC_EDITGAME), SW_HIDE);
}
else
- MessageBoxA(hwndDlg,Translate("Error unknown game id."),Translate("XFire Options"),MB_OK|MB_ICONEXCLAMATION);
+ MessageBoxA(hwndDlg,Translate("Error: unknown game ID."),Translate("XFire Options"),MB_OK|MB_ICONEXCLAMATION);
//gameliste unblocken
xgamelist.Block(FALSE);
//gamelist neu füllen
|