diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-13 00:13:27 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-13 00:13:27 +0000 |
commit | c74c76d784cb9c383c7a063deb98be285afc5dd3 (patch) | |
tree | 0431771ce305ef00b23d4a881b203304d68db082 /protocols/Xfire/src | |
parent | 383ba745d0696acb632c1ac0e84890f07d766bfb (diff) |
typos
git-svn-id: http://svn.miranda-ng.org/main/trunk@6469 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 1b1c48147a..e495cc5a07 100644 --- a/protocols/Xfire/src/main.cpp +++ b/protocols/Xfire/src/main.cpp @@ -1565,7 +1565,7 @@ INT_PTR SetStatus(WPARAM wParam,LPARAM lParam) if(db_get(NULL,protocolname,"login",&dbv))
{
- MSGBOXE(Translate("No Loginname is set!"));
+ MSGBOXE(Translate("No Login name is set!"));
wParam=ID_STATUS_OFFLINE;
}
else if(db_get(NULL,protocolname,"password",&dbv2))
|