? access_4.patch.txt
? files
? formpull_11.patch
? mw.patch
? patch
? tmp.patch
Index: modules/system/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.module,v
retrieving revision 1.492
diff -u -F^f -r1.492 system.module
--- modules/system/system.module	12 Jun 2007 22:27:14 -0000	1.492
+++ modules/system/system.module	14 Jun 2007 16:27:56 -0000
@@ -444,7 +444,7 @@ function system_admin_theme_settings() {
   $form['node_admin_theme'] = array(
     '#type' => 'checkbox',
     '#title' => t('Use administration theme for content editing'),
-    '#description' => t('Use the administration theme when editing existing nodes or creating new ones..'),
+    '#description' => t('Use the administration theme when editing existing posts or creating new ones.'),
     '#default_value' => variable_get('node_admin_theme', '0'),
   );
 
