From e8d8dfceaf556a43a00346beeffcc027d7b193cb Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 28 Jun 2014 06:38:13 +0000 Subject: typos git-svn-id: http://svn.miranda-ng.org/main/trunk@9588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Yahoo/src/yahoo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Yahoo/src') diff --git a/protocols/Yahoo/src/yahoo.cpp b/protocols/Yahoo/src/yahoo.cpp index 51e1ea569b..0ac5740c41 100644 --- a/protocols/Yahoo/src/yahoo.cpp +++ b/protocols/Yahoo/src/yahoo.cpp @@ -984,10 +984,10 @@ 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 messages"), cnt); } else { - mir_sntprintf(title, SIZEOF(title), TranslateT("New Mail (%i msgs)"), cnt); + mir_sntprintf(title, SIZEOF(title), TranslateT("New Mail (%i messages)"), cnt); ptrT tszFrom( mir_utf8decodeT(from)); ptrT tszSubj( mir_utf8decodeT(subj)); -- cgit v1.2.3