diff options
author | RMN <rmn@miranda-ng.org> | 2014-02-18 10:40:49 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2014-02-18 10:40:49 +0000 |
commit | 557d20f966c9ebbb16df1fc5a6d4e74084de3a2b (patch) | |
tree | 745b0ba61f961c1f7007355c7935919c471e1090 /protocols/Yahoo | |
parent | 6345808173c9c135a4abc1ceb83a4e9d1101a602 (diff) |
spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@8157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo')
-rw-r--r-- | protocols/Yahoo/src/yahoo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|