diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-06-25 05:17:40 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-06-25 05:17:40 +0000 |
commit | 3fdf46fd77f2d2f2e3c958a3cd4cf9d37abfe05f (patch) | |
tree | bed5422a529a271695b2c0afed871a0210b2f720 | |
parent | 2bb1470f306ab770edfbd2c8cc3b679f3c4b4ac8 (diff) |
runglish
git-svn-id: http://svn.miranda-ng.org/main/trunk@9575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/IRCG/src/services.cpp | 4 | ||||
-rw-r--r-- | protocols/SkypeClassic/src/skypeproxy/skypeproxy.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/protocols/IRCG/src/services.cpp b/protocols/IRCG/src/services.cpp index c7aa5a6be6..02e7fdbc0d 100644 --- a/protocols/IRCG/src/services.cpp +++ b/protocols/IRCG/src/services.cpp @@ -559,12 +559,12 @@ int __cdecl CIrcProto::GCEventHook(WPARAM wParam, LPARAM lParam) break;
/* case 5: // nickserv register nick
PostIrcMessage( _T("/nickserv REGISTER %%question=\"%s\",\"%s\""),
- TranslateT("Please enter your authentification code"), TranslateT("Authentificate nick"));
+ TranslateT("Please enter your authentication code"), TranslateT("Authenticate nick"));
break;
*/
case 6: // nickserv Identify
PostIrcMessage(_T("/nickserv AUTH %%question=\"%s\",\"%s\""),
- TranslateT("Please enter your authentification code"), TranslateT("Authentificate nick"));
+ TranslateT("Please enter your authentication code"), TranslateT("Authenticate nick"));
break;
case 7: // nickserv drop nick
if (MessageBox(0, TranslateT("Are you sure you want to unregister your current nick?"), TranslateT("Delete nick"),
diff --git a/protocols/SkypeClassic/src/skypeproxy/skypeproxy.c b/protocols/SkypeClassic/src/skypeproxy/skypeproxy.c index fff9c1b916..fe3b88e363 100644 --- a/protocols/SkypeClassic/src/skypeproxy/skypeproxy.c +++ b/protocols/SkypeClassic/src/skypeproxy/skypeproxy.c @@ -36,7 +36,7 @@ The server expects next. Currently the following commands are supported:
CAPABILITIES - returns the Server's capabilities
- AUTHENTICATE - Starts the authentification process
+ AUTHENTICATE - Starts the authentication process
CAPABILITIES
------------
|