From e0d5ced874177fbddc89727754f20e51c8c467d4 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 7 Apr 2014 21:15:28 +0000 Subject: -fixes #644 (Possible typo in TabSRMM) git-svn-id: http://svn.miranda-ng.org/main/trunk@8882 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/eventpopups.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/TabSRMM/src/eventpopups.cpp b/plugins/TabSRMM/src/eventpopups.cpp index c9b9f902a5..ff4d8b6564 100644 --- a/plugins/TabSRMM/src/eventpopups.cpp +++ b/plugins/TabSRMM/src/eventpopups.cpp @@ -548,7 +548,7 @@ static TCHAR* GetPreviewT(WORD eventType, DBEVENTINFO* dbe) } } } - return mir_tstrdup(TranslateT("Incoming file (invalid format")); + return mir_tstrdup(TranslateT("Incoming file (invalid format)")); default: if (nen_options.bPreview) -- cgit v1.2.3