Index: admin_theme.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/admin_theme/admin_theme.module,v
retrieving revision 1.1.2.18
diff -u -p -r1.1.2.18 admin_theme.module
--- admin_theme.module	21 Aug 2009 09:48:03 -0000	1.1.2.18
+++ admin_theme.module	30 Mar 2010 02:48:19 -0000
@@ -104,12 +104,12 @@ function admin_theme_form_system_admin_t
   );
   $form['pages']['custom']['admin_theme_path'] = array(
     '#type' => 'textarea',
-    '#title' => t('Use administration theme on the following pages.'),
+    '#title' => t('Use administration theme on the following pages'),
     '#default_value' => variable_get('admin_theme_path', ''),
   );
   $form['pages']['custom']['admin_theme_path_disallow'] = array(
     '#type' => 'textarea',
-    '#title' => t('Do not use administration theme on the following pages.'),
+    '#title' => t('Do not use administration theme on the following pages'),
     '#description' => t('If a path appears here, the administration theme is not shown even if all above options apply.'),
     '#default_value' => variable_get('admin_theme_path_disallow', ''),
   );
@@ -235,4 +235,4 @@ function admin_theme_admin_theme_options
           return (arg(0) == 'node' || arg(0) == 'user') && arg(2) == 'track';
       }
   }
-}
\ No newline at end of file
+}
