summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/FacebookRM/src/contacts.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/groupchat.cpp2
-rw-r--r--protocols/MRA/res/resource.rc2
-rw-r--r--protocols/Xfire/res/Kopie von resource.rc8
-rw-r--r--protocols/Xfire/res/resource.rc8
-rw-r--r--protocols/Xfire/src/addgamedialog.cpp2
-rw-r--r--protocols/Xfire/src/main.cpp2
-rw-r--r--protocols/Xfire/src/options.cpp10
8 files changed, 18 insertions, 18 deletions
diff --git a/protocols/FacebookRM/src/contacts.cpp b/protocols/FacebookRM/src/contacts.cpp
index 0ba4986f1a..cade7bb6de 100644
--- a/protocols/FacebookRM/src/contacts.cpp
+++ b/protocols/FacebookRM/src/contacts.cpp
@@ -303,7 +303,7 @@ void FacebookProto::CancelFriendsRequest(void *data)
setByte(hContact, FACEBOOK_KEY_CONTACT_TYPE, CONTACT_NONE);
NotifyEvent(m_tszUserName, TranslateT("Request for friendship was canceled."), NULL, FACEBOOK_EVENT_OTHER);
}
- else facy.client_notify(TranslateT("Error occured when canceling friendship request."));
+ else facy.client_notify(TranslateT("Error occurred when canceling friendship request."));
if (resp.code != HTTP_CODE_OK)
facy.handle_error("CancelFriendsRequest");
diff --git a/protocols/Gadu-Gadu/src/groupchat.cpp b/protocols/Gadu-Gadu/src/groupchat.cpp
index 4c9354ec61..8fc929f1cb 100644
--- a/protocols/Gadu-Gadu/src/groupchat.cpp
+++ b/protocols/Gadu-Gadu/src/groupchat.cpp
@@ -295,7 +295,7 @@ TCHAR* GGPROTO::gc_getchat(uin_t sender, uin_t *recipients, int recipients_count
TCHAR *senderName = unknownSender ?
TranslateT("Unknown") : pcli->pfnGetContactDisplayName(getcontact(sender, 0, 0, NULL), 0);
TCHAR error[256];
- mir_sntprintf(error, SIZEOF(error), TranslateT("%s has initiated conference with %d participants (%d unknowns).\nDo you want do participate ?"),
+ mir_sntprintf(error, SIZEOF(error), TranslateT("%s has initiated conference with %d participants (%d unknowns).\nDo you want to participate ?"),
senderName, recipients_count + 1, unknown);
chat->ignore = MessageBox(NULL, error, m_tszUserName, MB_OKCANCEL | MB_ICONEXCLAMATION) != IDOK;
}
diff --git a/protocols/MRA/res/resource.rc b/protocols/MRA/res/resource.rc
index fc9125b748..d1df59f0c3 100644
--- a/protocols/MRA/res/resource.rc
+++ b/protocols/MRA/res/resource.rc
@@ -204,7 +204,7 @@ BEGIN
CONTROL "Create a new Mail.ru account using the Mail.ru website",IDC_NEW_ACCOUNT_LINK,
"Hyperlink",WS_TABSTOP,18,72,258,9
CONTROL "Retrieve a lost password",IDC_LOOKUPLINK,"Hyperlink",WS_TABSTOP,18,85,258,9
- LTEXT "Leave empty if you dont want change password",IDC_STATIC,72,48,212,8
+ LTEXT "Leave empty if you don't want to change password",IDC_STATIC,72,48,212,8
END
IDD_OPT_POPUPS DIALOGEX 0, 0, 295, 150
diff --git a/protocols/Xfire/res/Kopie von resource.rc b/protocols/Xfire/res/Kopie von resource.rc
index f94085600b..1fda2a30a4 100644
--- a/protocols/Xfire/res/Kopie von resource.rc
+++ b/protocols/Xfire/res/Kopie von resource.rc
@@ -125,7 +125,7 @@ BEGIN
CONTROL "This list contains all your blocked Xfire users. You can remove one, if you wanna allow him to send you a friend request.",IDC_STC9,"Static",WS_CHILD|WS_VISIBLE,160,12,136,74
CONTROL "You can simply block someone, if you right click on his friend request in clist and choose Block User ...",IDC_STC19,"Static",WS_CHILD|WS_VISIBLE,160,48,130,39
CONTROL "This file is used for the game search, game detection and gameid resolving. It contains all xfire supported games.",IDC_STC20,"Static",WS_CHILD|WS_VISIBLE,92,105,206,28
- CONTROL "This file contains all original game icons. You can also activate the option for icon downloading, if you dont have it.",IDC_STC21,"Static",WS_CHILD|WS_VISIBLE,92,136,206,26
+ CONTROL "This file contains all original game icons. You can also activate the option for icon downloading, if you don't have it.",IDC_STC21,"Static",WS_CHILD|WS_VISIBLE,92,136,206,26
CONTROL "Be sure you put these files in following folder:",IDC_STC24,"Static",WS_CHILD|WS_VISIBLE,8,168,290,9
CONTROL "",IDC_FILESSHOULDBE,"Edit",WS_CHILD|WS_VISIBLE|WS_TABSTOP|ES_READONLY,8,179,290,13,WS_EX_CLIENTEDGE
END
@@ -156,15 +156,15 @@ BEGIN
CONTROL "Games",IDC_GRP10,"Button",WS_CHILD|WS_VISIBLE|BS_GROUPBOX,2,0,300,233
CONTROL "Game:",IDC_STC27,"Static",WS_CHILD|WS_VISIBLE,162,11,136,9
CONTROL "",IDC_GAMENAME,"Edit",WS_CHILD|WS_VISIBLE|WS_TABSTOP|ES_READONLY|ES_AUTOHSCROLL,162,20,136,11
- CONTROL "Dont detect this game as running",IDC_DONTDETECT,"Button",WS_CHILD|WS_VISIBLE|WS_TABSTOP|BS_AUTOCHECKBOX,142,55,152,9
+ CONTROL "Don't detect this game as running",IDC_DONTDETECT,"Button",WS_CHILD|WS_VISIBLE|WS_TABSTOP|BS_AUTOCHECKBOX,142,55,152,9
CONTROL "",IDC_GAMEICO,"Static",WS_CHILD|WS_VISIBLE|SS_CENTERIMAGE|SS_ICON,138,11,22,19
CONTROL "Options",IDC_GRP11,"Button",WS_CHILD|WS_VISIBLE|BS_GROUPBOX,138,40,160,187
CONTROL "Apply",IDC_APPLY,"Button",WS_CHILD|WS_VISIBLE|WS_TABSTOP,142,206,72,17
- CONTROL "Dont set status message for other protocols",IDC_NOSTATUSMSG,"Button",WS_CHILD|WS_VISIBLE|WS_TABSTOP|BS_AUTOCHECKBOX,142,68,152,9
+ CONTROL "Don't set status message for other protocols",IDC_NOSTATUSMSG,"Button",WS_CHILD|WS_VISIBLE|WS_TABSTOP|BS_AUTOCHECKBOX,142,68,152,9
CONTROL "",IDC_TEXTSTATUS,"Edit",WS_CHILD|WS_VISIBLE|WS_TABSTOP|ES_READONLY|ES_AUTOHSCROLL|ES_CENTER,142,192,152,11
CONTROL "Add new game",IDC_ADDGAME,"Button",WS_CHILD|WS_VISIBLE|WS_TABSTOP,6,212,66,15
CONTROL "Remove",IDC_REMOVE,"Button",WS_CHILD|WS_VISIBLE|WS_TABSTOP,74,212,60,15
- CONTROL "Dont show in start menu",IDC_NOTINSTARTMENU,"Button",WS_CHILD|WS_VISIBLE|WS_TABSTOP|BS_AUTOCHECKBOX,142,81,152,9
+ CONTROL "Don't show in start menu",IDC_NOTINSTARTMENU,"Button",WS_CHILD|WS_VISIBLE|WS_TABSTOP|BS_AUTOCHECKBOX,142,81,152,9
CONTROL "(manual added)",IDC_MANADDED,"Static",NOT WS_VISIBLE|WS_CHILD,162,31,134,9
CONTROL "Extra Command Line Parameters:",IDC_STC15,"Static",WS_CHILD|WS_VISIBLE,142,99,150,9
CONTROL "",IDC_EXTRAPARAMS,"Edit",WS_CHILD|WS_VISIBLE|WS_TABSTOP|ES_AUTOHSCROLL,142,110,152,13,WS_EX_CLIENTEDGE
diff --git a/protocols/Xfire/res/resource.rc b/protocols/Xfire/res/resource.rc
index 6f7f4d6825..bbff829ab7 100644
--- a/protocols/Xfire/res/resource.rc
+++ b/protocols/Xfire/res/resource.rc
@@ -135,7 +135,7 @@ BEGIN
LTEXT "This list contains all your blocked Xfire users. You can remove one, if you wanna allow him to send you a friend request.",IDC_STC9,160,12,136,74,NOT WS_GROUP
LTEXT "You can simply block someone, if you right click on his friend request in clist and choose Block User ...",IDC_STC19,160,48,130,39,NOT WS_GROUP
LTEXT "This file is used for the game search, game detection and gameid resolving. It contains all xfire supported games.",IDC_STC20,92,105,206,28,NOT WS_GROUP
- LTEXT "This file contains all original game icons. You can also activate the option for icon downloading, if you dont have it.",IDC_STC21,92,136,206,30,NOT WS_GROUP
+ LTEXT "This file contains all original game icons. You can also activate the option for icon downloading, if you don't have it.",IDC_STC21,92,136,206,30,NOT WS_GROUP
LTEXT "Be sure you put these files in following folder:",IDC_STC24,7,171,290,9,NOT WS_GROUP
EDITTEXT IDC_FILESSHOULDBE,7,183,290,13,ES_READONLY | NOT WS_BORDER,WS_EX_CLIENTEDGE
END
@@ -167,16 +167,16 @@ BEGIN
GROUPBOX "Games",IDC_GRP10,2,0,300,225
LTEXT "Game:",IDC_STC27,162,11,136,9,NOT WS_GROUP
EDITTEXT IDC_GAMENAME,162,20,136,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
- CONTROL "Dont detect this game as running",IDC_DONTDETECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,142,55,152,9
+ CONTROL "Don't detect this game as running",IDC_DONTDETECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,142,55,152,9
ICON "",IDC_GAMEICO,138,11,21,20,SS_CENTERIMAGE
GROUPBOX "Options",IDC_GRP11,138,40,160,181
PUSHBUTTON "Apply",IDC_APPLY,142,199,72,17
- CONTROL "Dont set status message for other protocols",IDC_NOSTATUSMSG,
+ CONTROL "Don't set status message for other protocols",IDC_NOSTATUSMSG,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,142,68,152,9
EDITTEXT IDC_TEXTSTATUS,142,186,152,12,ES_CENTER | ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
PUSHBUTTON "Add new game",IDC_ADDGAME,6,201,66,15
PUSHBUTTON "Remove",IDC_REMOVE,74,202,60,15
- CONTROL "Dont show in start menu",IDC_NOTINSTARTMENU,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,142,81,152,9
+ CONTROL "Don't show in start menu",IDC_NOTINSTARTMENU,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,142,81,152,9
LTEXT "(manual added)",IDC_MANADDED,162,31,134,9,NOT WS_VISIBLE | NOT WS_GROUP
LTEXT "Extra Command Line Parameters:",IDC_STC15,142,99,150,9,NOT WS_GROUP
EDITTEXT IDC_EXTRAPARAMS,142,110,152,13,ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_CLIENTEDGE
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},*/