diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-06-28 06:38:13 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-06-28 06:38:13 +0000 |
commit | e8d8dfceaf556a43a00346beeffcc027d7b193cb (patch) | |
tree | 3bd141aa4f44e16e1ca920b0bcc698c01260f041 /protocols/Xfire/src/main.cpp | |
parent | 2863d3f67bf960030de6018d6f967344dc5c8a8b (diff) |
typos
git-svn-id: http://svn.miranda-ng.org/main/trunk@9588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/main.cpp')
-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 b08edd0f1f..ef46e4020b 100644 --- a/protocols/Xfire/src/main.cpp +++ b/protocols/Xfire/src/main.cpp @@ -420,7 +420,7 @@ void XFireClient::sendmsg(char*usr,char*cmsg) { for(int i=0;i<claninv->numberOfInv;i++)
{
char msg[XFIRE_MAX_STATIC_STRING_LEN];
- mir_snprintf(msg, SIZEOF(msg), Translate("%s (Nickname: %s) has invited you to join the %s clan. Message: %s%sPlease go to the XFireclan-Site to accept the Invitation."),claninv->invitefromusername[i].c_str(),
+ mir_snprintf(msg, SIZEOF(msg), Translate("%s (Nickname: %s) has invited you to join the %s clan. Message: %s%sPlease go to the XFire clan site to accept the Invitation."),claninv->invitefromusername[i].c_str(),
claninv->invitefrom[i].c_str(),
claninv->clanname[i].c_str(),
claninv->invitemsg[i].c_str(),"\n");
|