summaryrefslogtreecommitdiff
path: root/protocols/IRCG
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-06-25 05:17:40 +0000
committerDart Raiden <wowemuh@gmail.com>2014-06-25 05:17:40 +0000
commit3fdf46fd77f2d2f2e3c958a3cd4cf9d37abfe05f (patch)
treebed5422a529a271695b2c0afed871a0210b2f720 /protocols/IRCG
parent2bb1470f306ab770edfbd2c8cc3b679f3c4b4ac8 (diff)
runglish
git-svn-id: http://svn.miranda-ng.org/main/trunk@9575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG')
-rw-r--r--protocols/IRCG/src/services.cpp4
1 files changed, 2 insertions, 2 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"),