diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-20 18:25:02 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-20 18:25:02 +0000 |
commit | e1085ed24c388a16291e97e0cfb8f4aa5232cf12 (patch) | |
tree | eaa64da1577f790718ed344c4891c01246cc488d /protocols/Xfire/src | |
parent | 6183362250af373372830fbd5d4d952b0038bbfc (diff) |
spelling correction (patch by RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6559 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src')
-rw-r--r-- | protocols/Xfire/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp index ec05d07a2d..3c1a1f02ab 100644 --- a/protocols/Xfire/src/main.cpp +++ b/protocols/Xfire/src/main.cpp @@ -703,7 +703,7 @@ void XFireClient::sendmsg(char*usr,char*cmsg) { }
case XFIRE_OTHER_LOGIN:
- MSGBOXE(Translate("Someone loged in with your account.disconnect."));
+ MSGBOXE(Translate("Someone logged in with your account. Disconnect."));
SetStatus(ID_STATUS_OFFLINE,NULL);
break;
|