diff options
author | dartraiden <wowemuh@gmail.com> | 2019-02-24 19:21:34 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-02-24 19:21:34 +0300 |
commit | 1fe9f4bfff1747ba4f0094de16dec980ec3da0b0 (patch) | |
tree | e95d1d10b8f42059120ed31375d0bb62138600b2 /plugins/CurrencyRates/src | |
parent | d4ffe409e79b0355800460434f405aa567a842d7 (diff) |
CurrencyRates: cosmetic
Diffstat (limited to 'plugins/CurrencyRates/src')
-rw-r--r-- | plugins/CurrencyRates/src/HTTPSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CurrencyRates/src/HTTPSession.cpp b/plugins/CurrencyRates/src/HTTPSession.cpp index ad5ddf725c..22c34867c5 100644 --- a/plugins/CurrencyRates/src/HTTPSession.cpp +++ b/plugins/CurrencyRates/src/HTTPSession.cpp @@ -2,7 +2,7 @@ HNETLIBUSER CHTTPSession::g_hNetLib = nullptr; -#define ERROR_MSG LPGENW("This plugin requires a personal key. Press Yes to obtain it at the site and then enter the result in the Options dialog, otherwise this plugin will fail") +#define ERROR_MSG LPGENW("This plugin requires a personal key. Press Yes to obtain it at the site and then enter the result in the Options dialog, otherwise this plugin will fail.") void CALLBACK waitStub() { |