From 557d20f966c9ebbb16df1fc5a6d4e74084de3a2b Mon Sep 17 00:00:00 2001 From: RMN Date: Tue, 18 Feb 2014 10:40:49 +0000 Subject: spelling corrections git-svn-id: http://svn.miranda-ng.org/main/trunk@8157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Yahoo/src/yahoo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Yahoo/src') diff --git a/protocols/Yahoo/src/yahoo.cpp b/protocols/Yahoo/src/yahoo.cpp index d23fa6926c..25488ce8a8 100644 --- a/protocols/Yahoo/src/yahoo.cpp +++ b/protocols/Yahoo/src/yahoo.cpp @@ -984,7 +984,7 @@ void CYahooProto::ext_mail_notify(const char *from, const char *subj, int cnt) if (from == NULL) { mir_sntprintf(title, SIZEOF(title), _T("%s: %s"), m_tszUserName, TranslateT("New Mail")); - mir_sntprintf(z, SIZEOF(z), TranslateT("You Have %i unread msgs"), cnt); + mir_sntprintf(z, SIZEOF(z), TranslateT("You have %i unread msgs"), cnt); } else { mir_sntprintf(title, SIZEOF(title), TranslateT("New Mail (%i msgs)"), cnt); -- cgit v1.2.3