From 2e234d5349a9b02a41866f6a68cf4ecb875d585a Mon Sep 17 00:00:00 2001 From: RMN Date: Sat, 18 Jun 2016 11:25:58 +0000 Subject: - Quotes: typo - langpacks/ukrainian: update according to [17003] git-svn-id: http://svn.miranda-ng.org/main/trunk@17004 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Quotes/src/Chart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Quotes/src') diff --git a/plugins/Quotes/src/Chart.h b/plugins/Quotes/src/Chart.h index ba42d6a7b2..3eebd5d11e 100644 --- a/plugins/Quotes/src/Chart.h +++ b/plugins/Quotes/src/Chart.h @@ -90,7 +90,7 @@ public: HFONT hFont = static_cast(::GetStockObject(DEFAULT_GUI_FONT)); HFONT hOldFont = static_cast(::SelectObject(hdc, hFont)); - LPCTSTR pszText = TranslateT("There is no to show"); + LPCTSTR pszText = TranslateT("There is nothing to show"); int nDrawTextResult = ::DrawText(hdc, pszText, -1, &rc, DT_SINGLELINE | DT_VCENTER | DT_CENTER); assert(0 != nDrawTextResult); -- cgit v1.2.3