summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-10-13 00:13:27 +0000
committerDart Raiden <wowemuh@gmail.com>2013-10-13 00:13:27 +0000
commitc74c76d784cb9c383c7a063deb98be285afc5dd3 (patch)
tree0431771ce305ef00b23d4a881b203304d68db082 /protocols/Xfire/src
parent383ba745d0696acb632c1ac0e84890f07d766bfb (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.cpp2
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))