summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src')
-rw-r--r--protocols/Xfire/src/addgamedialog.cpp2
-rw-r--r--protocols/Xfire/src/main.cpp2
-rw-r--r--protocols/Xfire/src/options.cpp10
3 files changed, 7 insertions, 7 deletions
diff --git a/protocols/Xfire/src/addgamedialog.cpp b/protocols/Xfire/src/addgamedialog.cpp
index 0ea63d9219..af55def988 100644
--- a/protocols/Xfire/src/addgamedialog.cpp
+++ b/protocols/Xfire/src/addgamedialog.cpp
@@ -698,7 +698,7 @@ INT_PTR CALLBACK DlgAddGameProc2 (HWND hwndDlg,
if(!strlen(temp))
{
if(!editgame) delete newgame;
- return MessageBoxA(hwndDlg, Translate("Please select a game exe. Note: If you dont select a launcher exe, the game exe will be used in the game start menu."), Translate("XFire Options"), MB_OK|MB_ICONEXCLAMATION);
+ return MessageBoxA(hwndDlg, Translate("Please select a game exe. Note: If you don't select a launcher exe, the game exe will be used in the game start menu."), Translate("XFire Options"), MB_OK|MB_ICONEXCLAMATION);
}
else
{
diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp
index f75e74f5e7..b1249b8b69 100644
--- a/protocols/Xfire/src/main.cpp
+++ b/protocols/Xfire/src/main.cpp
@@ -3449,7 +3449,7 @@ INT_PTR RemoveFriend(WPARAM wParam,LPARAM lParam) {
if(!db_get_s((HANDLE)wParam, protocolname, "Username",&dbv))
{
- mir_snprintf(temp, SIZEOF(temp), Translate("Do you really want delete your friend %s?"), dbv.pszVal);
+ mir_snprintf(temp, SIZEOF(temp), Translate("Do you really want to delete your friend %s?"), dbv.pszVal);
if(MessageBoxA(NULL,temp,Translate("Confirm Delete"),MB_YESNO|MB_ICONQUESTION)==IDYES)
{
if(myClient!=NULL)
diff --git a/protocols/Xfire/src/options.cpp b/protocols/Xfire/src/options.cpp
index b7a6ee094d..8b1359cd8b 100644
--- a/protocols/Xfire/src/options.cpp
+++ b/protocols/Xfire/src/options.cpp
@@ -68,23 +68,23 @@ xfireconfigitem xfireconfigitems[XFIRE_RECVPREFSPACKET_SUPPORTEDONFIGS] = {
static mytreeitem mytree[] = {
{LPGEN("Avatars"),"",1,0},
{LPGEN("Disable avatars"),"noavatars",0,0},
- {LPGEN("Dont download avatars of clan members"),"noclanavatars",0,0},
+ {LPGEN("Don't download avatars of clan members"),"noclanavatars",0,0},
{LPGEN("Use alternate way for Avatar download"),"specialavatarload",0,0},
{LPGEN("General"),"",1,0},
{LPGEN("Use UTF8 for messaging and nick's (beta)"),"useutf8",0,0},
{LPGEN("Automatically reconnect on protocol version changes"),"recprotoverchg",0,0},
{LPGEN("No Ip/Port in StatusMsg"),"noipportinstatus",0,0},
{LPGEN("Use Online status for unsupported global statuses"),"oninsteadafk",0,0},
- {LPGEN("Dont move friends to clan groups"),"skipfriendsgroups",0,0},
+ {LPGEN("Don't move friends to clan groups"),"skipfriendsgroups",0,0},
{LPGEN("GameServerQuery support"),"gsqsupport",0,0},
{LPGEN("No custom away message"),"nocustomaway",0,0},
{LPGEN("Remove friend of friend buddies from database"),"fofdbremove",0,0},
/*{"Show usernames only","onlyusername",0},*/
{LPGEN("Hide yourself in buddylist"),"skipmyself",0,0},
- {LPGEN("Dont display game search results"),"dontdisresults",0,0},
- {LPGEN("Dont display game search status window"),"dontdissstatus",0,0},
+ {LPGEN("Don't display game search results"),"dontdisresults",0,0},
+ {LPGEN("Don't display game search status window"),"dontdissstatus",0,0},
{LPGEN("Display popup, if someone start a game"),"gamepopup",0,0},
- {LPGEN("Dont automatically create clan groups"),"noclangroups",0,0},
+ {LPGEN("Don't automatically create clan groups"),"noclangroups",0,0},
{LPGEN("Enable MBot support"),"mbotsupport",0,0},
{LPGEN("Gamedetection"),"",1,0},
/*{"Scan for games on every Miranda start","scanalways",0},*/