summaryrefslogtreecommitdiff
path: root/protocols/Xfire
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire')
-rw-r--r--protocols/Xfire/src/addgamedialog.cpp2
-rw-r--r--protocols/Xfire/src/options.cpp4
2 files changed, 3 insertions, 3 deletions
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},