Commit 4f007949 authored by innerfly's avatar innerfly
Browse files

t() function updates

parent d7544cf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ function uc_rbkmoney_setup() {
  $form['responseURL']['url'] = array(
    '#type' => 'textfield',
    '#value' => $base_url . '/uc_rbkmoney/response',
    '#description' => t("Just for insertion into \"Payment response URL\" field on <a target=_blank href=\"http://www.rbkmoney.ru\">RBK Money</a> settings page"),
    '#description' => t("Just for insertion into \"Payment notification URL\" field on <a target=_blank href=\"http://www.rbkmoney.ru\">RBK Money</a> settings page"),
  );
  $form['actionURL'] = array(
    '#type' => 'textfield',