summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/Chart.h
diff options
context:
space:
mode:
authorRMN <rmn@miranda-ng.org>2016-06-18 11:25:58 +0000
committerRMN <rmn@miranda-ng.org>2016-06-18 11:25:58 +0000
commit2e234d5349a9b02a41866f6a68cf4ecb875d585a (patch)
tree48507cc5c3807903348f0ef3ba3597c1c98ec59b /plugins/Quotes/src/Chart.h
parent9969b901c84e7418880d8c538c2de75f99c84b9c (diff)
- Quotes: typo
- langpacks/ukrainian: update according to [17003] git-svn-id: http://svn.miranda-ng.org/main/trunk@17004 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/src/Chart.h')
-rw-r--r--plugins/Quotes/src/Chart.h2
1 files changed, 1 insertions, 1 deletions
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<HFONT>(::GetStockObject(DEFAULT_GUI_FONT));
HFONT hOldFont = static_cast<HFONT>(::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);