From af6723b842a9c8db23b1d78ef5e0db97c2df7d2e Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 21 Dec 2013 19:58:46 +0000 Subject: spelling correction (patch from RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@7321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/addgamedialog.cpp | 2 +- protocols/Xfire/src/options.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/Xfire') diff --git a/protocols/Xfire/src/addgamedialog.cpp b/protocols/Xfire/src/addgamedialog.cpp index fa5fbec3ac..3aa886ecb9 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 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); + MessageBoxA(hwndDlg, Translate("If you add a mod of an 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) { diff --git a/protocols/Xfire/src/options.cpp b/protocols/Xfire/src/options.cpp index 004242dc63..fcf92ef436 100644 --- a/protocols/Xfire/src/options.cpp +++ b/protocols/Xfire/src/options.cpp @@ -72,7 +72,7 @@ static mytreeitem mytree[] = { {LPGENT("Use alternate way for Avatar download"),"specialavatarload",0,0}, {LPGENT("General"),"",1,0}, {LPGENT("Automatically reconnect on protocol version changes"),"recprotoverchg",0,0}, - {LPGENT("No Ip/Port in StatusMsg"),"noipportinstatus",0,0}, + {LPGENT("No IP/Port in StatusMsg"),"noipportinstatus",0,0}, {LPGENT("Use Online status for unsupported global statuses"),"oninsteadafk",0,0}, {LPGENT("Don't move friends to clan groups"),"skipfriendsgroups",0,0}, {LPGENT("GameServerQuery support"),"gsqsupport",0,0}, @@ -82,7 +82,7 @@ static mytreeitem mytree[] = { {LPGENT("Hide yourself in buddylist"),"skipmyself",0,0}, {LPGENT("Don't display game search results"),"dontdisresults",0,0}, {LPGENT("Don't display game search status window"),"dontdissstatus",0,0}, - {LPGENT("Display popup, if someone start a game"),"gamepopup",0,0}, + {LPGENT("Display popup if someone starts a game"),"gamepopup",0,0}, {LPGENT("Don't automatically create clan groups"),"noclangroups",0,0}, {LPGENT("Enable MBot support"),"mbotsupport",0,0}, {LPGENT("Gamedetection"),"",1,0}, -- cgit v1.2.3