From e8d8dfceaf556a43a00346beeffcc027d7b193cb Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 28 Jun 2014 06:38:13 +0000 Subject: typos git-svn-id: http://svn.miranda-ng.org/main/trunk@9588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/main.cpp | 2 +- protocols/Xfire/src/options.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/Xfire/src') diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp index b08edd0f1f..ef46e4020b 100644 --- a/protocols/Xfire/src/main.cpp +++ b/protocols/Xfire/src/main.cpp @@ -420,7 +420,7 @@ void XFireClient::sendmsg(char*usr,char*cmsg) { for(int i=0;inumberOfInv;i++) { char msg[XFIRE_MAX_STATIC_STRING_LEN]; - mir_snprintf(msg, SIZEOF(msg), Translate("%s (Nickname: %s) has invited you to join the %s clan. Message: %s%sPlease go to the XFireclan-Site to accept the Invitation."),claninv->invitefromusername[i].c_str(), + mir_snprintf(msg, SIZEOF(msg), Translate("%s (Nickname: %s) has invited you to join the %s clan. Message: %s%sPlease go to the XFire clan site to accept the Invitation."),claninv->invitefromusername[i].c_str(), claninv->invitefrom[i].c_str(), claninv->clanname[i].c_str(), claninv->invitemsg[i].c_str(),"\n"); diff --git a/protocols/Xfire/src/options.cpp b/protocols/Xfire/src/options.cpp index c8b4bd153e..559c1ed0c7 100644 --- a/protocols/Xfire/src/options.cpp +++ b/protocols/Xfire/src/options.cpp @@ -85,12 +85,12 @@ static mytreeitem mytree[] = { {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}, + {LPGENT("Game detection"),"",1,0}, /*{"Scan for games on every Miranda start","scanalways",0},*/ {LPGENT("Disable game detection"),"nogamedetect",0,0}, /*{"Enable server IP/Port detection","ipportdetec",0},*/ /*{"Enable TeamSpeak2/Ventrilo detection","",0},*/ - {LPGENT("Use TSRemote.dll to get teamspeak server info"),"ts2useremote",0,0}, + {LPGENT("Use TSRemote.dll to get TeamSpeak server info"),"ts2useremote",0,0}, {LPGENT("Disable popups when ingame"),"nopopups",0,0}, {LPGENT("Disable sound events when ingame"),"nosoundev",0,0}, {LPGENT("Files"),"",1,0}, @@ -363,7 +363,7 @@ static INT_PTR CALLBACK DlgProcOpts3(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR SendMessage(hwndDlg, DM_REBUILD_TREE, 0, 0); SendDlgItemMessage( hwndDlg, IDC_NOMSG, CB_ADDSTRING, 0, (LPARAM)TranslateT("Hidden" )); - SendDlgItemMessage( hwndDlg, IDC_NOMSG, CB_ADDSTRING, 0, (LPARAM)TranslateT("Messagebox" )); + SendDlgItemMessage( hwndDlg, IDC_NOMSG, CB_ADDSTRING, 0, (LPARAM)TranslateT("Message box" )); SendDlgItemMessage( hwndDlg, IDC_NOMSG, CB_ADDSTRING, 0, (LPARAM)TranslateT("Popup" )); //scanalways -- cgit v1.2.3