diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-23 00:38:22 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-23 00:38:22 +0000 |
commit | 7a4faae157b9c17359e1cd95712f0197dd6ea2e2 (patch) | |
tree | e0aee704d98a0f07735c740d5d8f6b90c165b665 /protocols | |
parent | f23d2dcf82788deb778056912f1e59360e116138 (diff) |
spelling correction (e.g. twitter -> Twitter)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7350 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/FacebookRM/src/communication.cpp | 2 | ||||
-rw-r--r-- | protocols/IRCG/src/commandmonitor.cpp | 2 | ||||
-rw-r--r-- | protocols/Twitter/res/twitter.rc | 2 | ||||
-rw-r--r-- | protocols/Twitter/src/connection.cpp | 2 | ||||
-rw-r--r-- | protocols/Xfire/res/resource.rc | 2 | ||||
-rw-r--r-- | protocols/Xfire/src/iniupdater.cpp | 2 | ||||
-rw-r--r-- | protocols/Xfire/src/main.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/protocols/FacebookRM/src/communication.cpp b/protocols/FacebookRM/src/communication.cpp index bc18e52ddb..85547d09bb 100644 --- a/protocols/FacebookRM/src/communication.cpp +++ b/protocols/FacebookRM/src/communication.cpp @@ -1260,7 +1260,7 @@ bool facebook_client::send_message(std::string message_recipient, std::string me case 1356026: // Contact has alternative client
{
- client_notify(TranslateT("Need confirmation for sending messages to other clients.\nOpen facebook website and try to send message to this contact again!"));
+ client_notify(TranslateT("Need confirmation for sending messages to other clients.\nOpen Facebook website and try to send message to this contact again!"));
return false;
} break;
diff --git a/protocols/IRCG/src/commandmonitor.cpp b/protocols/IRCG/src/commandmonitor.cpp index 9e4218f3dd..b45e26a22f 100644 --- a/protocols/IRCG/src/commandmonitor.cpp +++ b/protocols/IRCG/src/commandmonitor.cpp @@ -756,7 +756,7 @@ bool CIrcProto::IsCTCP(const CIrcMessage* pmsg) // exploit???
if ( mess.Find(1) != -1 || mess.Find( _T("%newl")) != -1 ) {
TCHAR temp[4096];
- mir_sntprintf(temp, SIZEOF(temp), TranslateT( "CTCP ERROR: Malformed CTCP command received from %s!%s@%s. Possible attempt to take control of your irc client registered"), pmsg->prefix.sNick.c_str(), pmsg->prefix.sUser.c_str(), pmsg->prefix.sHost.c_str());
+ mir_sntprintf(temp, SIZEOF(temp), TranslateT( "CTCP ERROR: Malformed CTCP command received from %s!%s@%s. Possible attempt to take control of your IRC client registered"), pmsg->prefix.sNick.c_str(), pmsg->prefix.sUser.c_str(), pmsg->prefix.sHost.c_str());
DoEvent( GC_EVENT_INFORMATION, 0, m_info.sNick.c_str(), temp, NULL, NULL, NULL, true, false);
return true;
}
diff --git a/protocols/Twitter/res/twitter.rc b/protocols/Twitter/res/twitter.rc index 6b6e88fc56..e6f813dee1 100644 --- a/protocols/Twitter/res/twitter.rc +++ b/protocols/Twitter/res/twitter.rc @@ -62,7 +62,7 @@ BEGIN EDITTEXT IDC_GROUP,54,49,131,12,ES_AUTOHSCROLL
LTEXT "Default group:",IDC_STATIC,0,50,54,14
LTEXT "Username:",IDC_STATIC,0,9,51,13
- LTEXT "[Sign in to link your twitter account]",IDC_USERNAME,55,9,122,15
+ LTEXT "[Sign in to link your Twitter account]",IDC_USERNAME,55,9,122,15
END
IDD_TWEET DIALOGEX 0, 0, 186, 64
diff --git a/protocols/Twitter/src/connection.cpp b/protocols/Twitter/src/connection.cpp index fa16504164..cb54b8b00e 100644 --- a/protocols/Twitter/src/connection.cpp +++ b/protocols/Twitter/src/connection.cpp @@ -309,7 +309,7 @@ bool TwitterProto::NegotiateConnection() debugLogA("**NegotiateConnection - sending set_cred: no pin");*/
if (screenName.empty()) {
- ShowPopup(TranslateT("You're missing the Nick key in the database. This isn't really a big deal, but you'll notice some minor quirks (self contact in list, no group chat outgoing message highlighting, etc). To fix it either add it manually or reset your twitter account in the miranda account options"));
+ ShowPopup(TranslateT("You're missing the Nick key in the database. This isn't really a big deal, but you'll notice some minor quirks (self contact in list, no group chat outgoing message highlighting, etc). To fix it either add it manually or reset your Twitter account in the Miranda account options"));
debugLogA( _T("**NegotiateConnection - Missing the Nick key in the database. Everything will still work, but it's nice to have"));
}
diff --git a/protocols/Xfire/res/resource.rc b/protocols/Xfire/res/resource.rc index 16ee9ca595..3ef11bb666 100644 --- a/protocols/Xfire/res/resource.rc +++ b/protocols/Xfire/res/resource.rc @@ -134,7 +134,7 @@ BEGIN PUSHBUTTON "",IDC_REMUSER,138,42,16,15,BS_ICON
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 game ID resolving. It contains all xfire supported games.",IDC_STC20,92,105,206,28,NOT WS_GROUP
+ LTEXT "This file is used for the game search, game detection and game ID 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 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
diff --git a/protocols/Xfire/src/iniupdater.cpp b/protocols/Xfire/src/iniupdater.cpp index e19a437cb8..5913ffb4ec 100644 --- a/protocols/Xfire/src/iniupdater.cpp +++ b/protocols/Xfire/src/iniupdater.cpp @@ -82,7 +82,7 @@ void UpdateMyXFireIni(LPVOID dummy) { if(db_get_b(NULL,protocolname,"dontaskforupdate",0)==0) MSGBOX(Translate("The xfire_games.ini was updated."));
}
else
- MSGBOX(Translate("Error during xfire_games Update."));
+ MSGBOX(Translate("Error during xfire_games.ini update."));
}
}
}
diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp index 9adbe4290b..044096aa0b 100644 --- a/protocols/Xfire/src/main.cpp +++ b/protocols/Xfire/src/main.cpp @@ -1050,7 +1050,7 @@ extern "C" __declspec(dllexport) int Load(void) db_set_b(NULL,protocolname,"xfiresitegameico",1);
db_set_b(NULL,protocolname,"recprotoverchg",1);
- if(MessageBoxA(NULL,Translate("It seems that is the first time you use this plugin. Do you want to automatically download the latest available xfire_games.ini and icons.dll?\r\nWithout the ini xfire can't detect any games on your computer."),"Miranda XFire Protocol Plugin",MB_YESNO|MB_ICONQUESTION)==IDYES)
+ if(MessageBoxA(NULL,Translate("It seems that is the first time you use this plugin. Do you want to automatically download the latest available xfire_games.ini and icons.dll?\r\nWithout the xfire_games.ini Xfire can't detect any games on your computer."),"Miranda XFire Protocol Plugin",MB_YESNO|MB_ICONQUESTION)==IDYES)
{
db_set_b(NULL,protocolname,"autoiniupdate",1);
db_set_b(NULL,protocolname,"autoicodllupdate",1);
|