diff options
author | dartraiden <wowemuh@gmail.com> | 2017-12-11 04:15:28 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-12-11 20:32:20 +0300 |
commit | f5f331cafd8edb884f534b0485ed473ce09d920d (patch) | |
tree | c7618efa64b1c85fb8ce60460ae28a33147a0a5e /plugins/Quotes | |
parent | fdf7e2c0ebe4cb89753f293fca52a4311a4c6d53 (diff) |
Quotes: proper capitalization; mRadio: proper capitalization
Diffstat (limited to 'plugins/Quotes')
-rw-r--r-- | plugins/Quotes/src/QuotesProviderGoogle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Quotes/src/QuotesProviderGoogle.cpp b/plugins/Quotes/src/QuotesProviderGoogle.cpp index d63ac57a46..f52be5a6c0 100644 --- a/plugins/Quotes/src/QuotesProviderGoogle.cpp +++ b/plugins/Quotes/src/QuotesProviderGoogle.cpp @@ -398,7 +398,7 @@ double CQuotesProviderGoogle::Convert(double dAmount, const CQuote& from, const if ((true == parse_responce(sHTML, dResult)))
return dResult;
- throw std::runtime_error(Translate("Error occurred during html parsing."));
+ throw std::runtime_error(Translate("Error occurred during HTML parsing."));
}
else throw std::runtime_error(Translate("Error occurred during site access."));
}
|