Index: save_edit.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/save_edit/save_edit.module,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 save_edit.module
--- save_edit.module	3 Jun 2009 17:11:12 -0000	1.1.2.1
+++ save_edit.module	14 Jun 2009 18:35:04 -0000
@@ -93,7 +93,7 @@ function save_edit_admin_settings() {
   $form['save_edit_this_settings']['save_edit_publish_button_value'] = array(
     '#type' => 'textfield',
     '#title' => t('Text to use for Publish button'),
-    '#description' => t('This is the default text that will be used for the Publish button. <em>Note: This button will ONLY appear if you have checked either of the above options that manipulate the default publishing actions provided by Drupal.'),
+    '#description' => t('This is the default text that will be used for the Publish button. <em>Note: This button will ONLY appear if you have checked either of the above options that manipulate the default publishing actions provided by Drupal.</em>'),
     '#default_value' => variable_get('save_edit_publish_button_value', 'Publish'),
     '#required' => TRUE
   );
@@ -198,4 +198,4 @@ function redirect_save_edit_submit($form
   		$form_state['redirect'] = 'node/'. $form_state['nid']. '/edit';
   	}
   }
-}
\ No newline at end of file
+}
