? ieeg.patch
? sites/all/modules
? sites/default/files
? sites/default/settings.php
Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal/drupal/INSTALL.txt,v
retrieving revision 1.61
diff -u -p -r1.61 INSTALL.txt
--- INSTALL.txt	30 Jan 2008 11:37:33 -0000	1.61
+++ INSTALL.txt	4 Feb 2008 18:41:46 -0000
@@ -101,7 +101,7 @@ INSTALLATION
 4. RUN THE INSTALL SCRIPT
 
    To run the install script point your browser to the base URL of your website
-   (i.e. http://www.example.com).
+   (for example, http://www.example.com).
 
    You will be guided through several screens to set up the database,
    create tables, add the first user account and provide basic web
Index: modules/taxonomy/taxonomy.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.admin.inc,v
retrieving revision 1.22
diff -u -p -r1.22 taxonomy.admin.inc
--- modules/taxonomy/taxonomy.admin.inc	3 Feb 2008 19:27:56 -0000	1.22
+++ modules/taxonomy/taxonomy.admin.inc	4 Feb 2008 18:41:47 -0000
@@ -122,7 +122,7 @@ function taxonomy_form_vocabulary(&$form
     '#title' => t('Vocabulary name'),
     '#default_value' => $edit['name'],
     '#maxlength' => 255,
-    '#description' => t('The name for this vocabulary. i.e. <em>"Tags"</em>.'),
+    '#description' => t('The name for this vocabulary. <em>Example: Tags</em>.'),
     '#required' => TRUE,
   );
   $form['identification']['description'] = array('#type' => 'textarea',
@@ -134,7 +134,7 @@ function taxonomy_form_vocabulary(&$form
     '#title' => t('Help text'),
     '#maxlength' => 255,
     '#default_value' => $edit['help'],
-    '#description' => t('Instructions to present to the user when selecting terms. i.e. <em>"Enter a comma separated list of words".</em>'),
+    '#description' => t('Instructions to present to the user when selecting terms. <em>Example: Enter a list of words, separated by commas.</em>'),
   );
   $form['content_types'] = array(
     '#type' => 'fieldset',
