From c74c76d784cb9c383c7a063deb98be285afc5dd3 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 13 Oct 2013 00:13:27 +0000 Subject: typos git-svn-id: http://svn.miranda-ng.org/main/trunk@6469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Xfire/src/main.cpp') 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)) -- cgit v1.2.3