--- legal.module 2008-08-02 19:36:32.000000000 +0600
+++ legal.module 2009-04-08 15:39:11.000000000 +0600
@@ -115,7 +115,7 @@ function legal_display_fields($condition
$form['legal']['conditions'] = array(
'#value' => ' ',
);
- $accept_label = t('Accept !terms of Use', array('!terms' => l('Terms & Conditions', 'legal')));
+ $accept_label = t('Accept !terms of Use', array('!terms' => l(t('Terms & Conditions'), 'legal')));
break;
default: // scroll box (HTML)
@@ -278,7 +278,7 @@ function legal_preview($form, $form_valu
$form['legal']['conditions'] = array(
'#value' => ' ',
);
- $form['legal']['legal_accept']['#title'] = t('Accept !terms of Use', array('!terms' => l('Terms & Conditions', 'legal')));
+ $form['legal']['legal_accept']['#title'] = t('Accept !terms of Use', array('!terms' => l(t('Terms & Conditions'), 'legal')));
break;
default: // scroll box (HTML)
$form['legal']['conditions'] = array(