From 8265a1a385f6d88168e382c386605c6e48b8f7d4 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sat, 19 Sep 2015 18:14:45 +0000 Subject: SendSS: typo fix git-svn-id: http://svn.miranda-ng.org/main/trunk@15400 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/src/UMainForm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SendScreenshotPlus') diff --git a/plugins/SendScreenshotPlus/src/UMainForm.cpp b/plugins/SendScreenshotPlus/src/UMainForm.cpp index a6295cdc8b..2be98f8a58 100644 --- a/plugins/SendScreenshotPlus/src/UMainForm.cpp +++ b/plugins/SendScreenshotPlus/src/UMainForm.cpp @@ -995,7 +995,7 @@ INT_PTR TfrmMain::SaveScreenshot(FIBITMAP* dib) else { if (m_opt_chkClientArea) - tszFileDesc.Format(TranslateT("Screenshot for Client area of \"%s\" window"), winText); + tszFileDesc.Format(TranslateT("Screenshot for client area of \"%s\" window"), winText); else tszFileDesc.Format(TranslateT("Screenshot of \"%s\" window"), winText); } -- cgit v1.2.3