X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fbanking.inc;fp=includes%2Fbanking.inc;h=2c0fa94573c09cf2a0bcb3656741f73808f64d63;hb=3334987c69e546f973dac393a72f10702d9e73b8;hp=e3232a768a26bc14e84504ce26ff509df490857e;hpb=ba4ec1c64b31166695b6678df29948f5fef98c78;p=fa-stable.git diff --git a/includes/banking.inc b/includes/banking.inc index e3232a76..2c0fa945 100644 --- a/includes/banking.inc +++ b/includes/banking.inc @@ -85,7 +85,7 @@ function get_exchange_rate_from_home_currency($currency_code, $date_) if (db_num_rows($result) == 0) { // no stored exchange rate, just return 1 - display_error(_("Cannot get exchange rate for this currency. Please add exchange rate manually on Exchange Rates page.") ); + display_error(_("Cannot retrieve currency exchange rate for this date. Please add exchange rate manually on Exchange Rates page.") ); return 1.000; }