瀏覽代碼

TRANSLATABLE : "the materiO terms of services"

Signed-off-by: bachy <git@g-u-i.net>
bachy 12 年之前
父節點
當前提交
cb5ba1c633
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      materio_user.module

+ 1 - 1
materio_user.module

@@ -87,7 +87,7 @@ function materio_user_form_alter(&$form, &$form_state, $form_id) {
 
     $form['termsofservices'] = array(
       '#type' => 'checkbox',
-      '#title' => t('I accept') .' '. l('the materiO terms of services', 'node/11183'),
+      '#title' => t('I accept') .' '. l(t('the materiO terms of services'), 'node/11183'),
       '#required' => true,
     );