diff options
| author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-01-29 11:38:47 +0000 | 
|---|---|---|
| committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-01-29 11:38:47 +0000 | 
| commit | 0ccc17fd5a6fe50210d3d8a2e54032881fa53583 (patch) | |
| tree | 3ca4c147dd1449557b1c2f7af42af4242cfc1ec1 | |
| parent | af69df71c34f501438556467eb16b7838588bf46 (diff) | |
small adjustment
git-svn-id: http://svn.miranda-ng.org/main/trunk@11945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
| -rw-r--r-- | protocols/WhatsApp/src/messages.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/WhatsApp/src/messages.cpp b/protocols/WhatsApp/src/messages.cpp index b935f1d67b..3f4210e9a2 100644 --- a/protocols/WhatsApp/src/messages.cpp +++ b/protocols/WhatsApp/src/messages.cpp @@ -134,6 +134,6 @@ void WhatsAppProto::onMessageStatusUpdate(FMessage* fmsg)  		TCHAR ttime[64];  		_tcsftime(ttime, SIZEOF(ttime), _T("%X"), localtime(×tamp)); -		utils::setStatusMessage(hContact, CMString(FORMAT, TranslateT("Message read: %s by %s"), ttime, pcli->pfnGetContactDisplayName(hContact, 0))); +		utils::setStatusMessage(hContact, CMString(FORMAT, TranslateT("Message received: %s by %s"), ttime, pcli->pfnGetContactDisplayName(hContact, 0)));  	}
  }
 | 
