Index: user_terms.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/user_terms/user_terms.module,v
retrieving revision 1.1.2.17
diff -u -p -r1.1.2.17 user_terms.module
--- user_terms.module	25 Feb 2010 13:40:07 -0000	1.1.2.17
+++ user_terms.module	1 Mar 2010 21:26:17 -0000
@@ -238,7 +238,7 @@ function user_terms_form_profile($edit, 
 
     $form['user_terms'] = array(
       '#type' => 'fieldset',
-      '#title' => 'User terms',
+      '#title' => t('User terms'),
     );
 
     foreach ($vids as $vid)  {
