summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src')
-rw-r--r--protocols/Xfire/src/main.cpp2
-rw-r--r--protocols/Xfire/src/options.cpp6
2 files changed, 4 insertions, 4 deletions
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;i<claninv->numberOfInv;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