--- D:/cck_field_privacy-6.x-1.1/orig/cck_field_privacy.module	Sat Mar 21 22:46:16 2009
+++ D:/cck_field_privacy-6.x-1.1/trans/cck_field_privacy.module	Tue Apr 07 23:00:09 2009
@@ -195,20 +195,20 @@
                 // @TODO: Add this via jQuery to degrade gracefully in browsers without JavaScript enabled.
                 // @TODO: Get the padlock to also appear on field group titles (fieldset legends), if selected.
                 if (isset($form_field['#title'])) {                  
-                  $form_field['#title'] .= "<a href='#' id='". $field ."link' ><img src='". base_path() . drupal_get_path('module', 'cck_field_privacy') ."/padlock.png' /></a>";
+                  $form_field['#title'] .= "<a href='#' id='". $field ."link' ><img alt='". t('Privacy') ."' src='". base_path() . drupal_get_path('module', 'cck_field_privacy') ."/padlock.png' /></a>";
                   //email fields are special, they must be handled a bit differently.
                   if (in_array($form[$field][0]['#type'], array("email_textfield", "date_combo"))) {
-                    $form['#field_info'][$field]['widget']['label'] .= "<a href='#' id='". $field ."link' ><img src='". base_path() . drupal_get_path('module', 'cck_field_privacy') ."/padlock.png' /></a>";
+                    $form['#field_info'][$field]['widget']['label'] .= "<a href='#' id='". $field ."link' ><img alt='". t('Privacy') ."' src='". base_path() . drupal_get_path('module', 'cck_field_privacy') ."/padlock.png' /></a>";
                   }
                 }
                 else if (isset($form[$field]['#title'])) {
-                  $form[$field]['#title'] .= "<a href='#' id='". $field ."link' ><img src='". base_path() . drupal_get_path('module', 'cck_field_privacy') ."/padlock.png' /></a>";
+                  $form[$field]['#title'] .= "<a href='#' id='". $field ."link' ><img alt='". t('Privacy') ."' src='". base_path() . drupal_get_path('module', 'cck_field_privacy') ."/padlock.png' /></a>";
                 }
                 else if (isset($form_field[0]['#title'])) {
-                  $form_field[0]['#title'] .= "<a href='#' id='". $field ."link' ><img src='". base_path() . drupal_get_path('module', 'cck_field_privacy') ."/padlock.png' /></a>";
+                  $form_field[0]['#title'] .= "<a href='#' id='". $field ."link' ><img alt='". t('Privacy') ."' src='". base_path() . drupal_get_path('module', 'cck_field_privacy') ."/padlock.png' /></a>";
                 }
                 else {
-                  $form['#field_info'][$field]['widget']['label'] .= "<a href='#' id='". $field ."link' ><img src='". base_path() . drupal_get_path('module', 'cck_field_privacy') ."/padlock.png' /></a>";
+                  $form['#field_info'][$field]['widget']['label'] .= "<a href='#' id='". $field ."link' ><img alt='". t('Privacy') ."' src='". base_path() . drupal_get_path('module', 'cck_field_privacy') ."/padlock.png' /></a>";
                 }
               }
             }
@@ -282,10 +282,7 @@
   $form['field_perms'] = array(
     '#type' => 'fieldset',
     '#title' => t('Enable field privacy on content types.'),
-    '#description' => t(
-      'This module allows an administrator to allow certain roles to customize privacy settings for fields. '.
-      'Once you have enabled a content type, select which fields you\'d like to permit privacy settings.'
-    ),
+    '#description' => t('This module allows an administrator to allow certain roles to customize privacy settings for fields. Once you have enabled a content type, select which fields you\'d like to permit privacy settings.'),
   );
 
   $types = content_types();
