diff options
Diffstat (limited to 'src/quotes.cc')
-rw-r--r-- | src/quotes.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quotes.cc b/src/quotes.cc index 294d2093..5ccc076f 100644 --- a/src/quotes.cc +++ b/src/quotes.cc @@ -99,8 +99,8 @@ void quotes_by_script::operator()(commodity_base_t& commodity, } } else { throw_(std::runtime_error, - "Failed to download price for '" << commodity.symbol - << "' (command: \"getquote " << commodity.symbol << "\")"); + _("Failed to download price for '%1' (command: \"getquote %1\")") + << commodity.symbol); } } #endif |