? 273570_views_exposed_filters_4.patch
? views_submit_button_name_0.patch
Index: /Applications/MAMP/htdocs/port/drupal/sites/all/modules/views/includes/argument.handlers.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/includes/argument.handlers.inc,v
retrieving revision 1.34
diff -u -p -r1.34 argument.handlers.inc
--- includes/argument.handlers.inc	24 Jun 2008 15:20:10 -0000	1.34
+++ includes/argument.handlers.inc	25 Jun 2008 19:07:44 -0000
@@ -894,7 +894,7 @@ class views_handler_argument_string exte
   }
 
   /**
-   * Build the summary query based on a formula
+   * Build the summary query based on a string
    */
   function summary_query() {
     if (empty($this->definition['many to one'])) {
Index: /Applications/MAMP/htdocs/port/drupal/sites/all/modules/views/includes/plugins.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/includes/plugins.inc,v
retrieving revision 1.128
diff -u -p -r1.128 plugins.inc
--- includes/plugins.inc	25 Jun 2008 00:46:17 -0000	1.128
+++ includes/plugins.inc	25 Jun 2008 19:07:46 -0000
@@ -2131,7 +2131,7 @@ class views_plugin_display_page extends 
           '#title' => t('Weight'),
           '#type' => 'textfield',
           '#default_value' => isset($menu['weight']) ? $menu['weight'] : 0,
-          '#description' => t('If set to tab, enter the weight of the item. The lower th weight the higher/further left it will appear.'),
+          '#description' => t('If set to tab, enter the weight of the item. The lower the weight the higher/further left it will appear.'),
           '#process' => array('views_process_dependency'),
           '#dependency' => array('radio:menu[type]' => array('tab', 'default tab')),
         );
@@ -3329,7 +3329,7 @@ class views_plugin_style_table extends v
     $form['description_markup'] = array(
       '#prefix' => '<div class="description form-item">',
       '#suffix' => '</div>',
-      '#value' => t('Place fields into columns; you may combine multiple fields into the same column. If you do, the separator in the column specified will be used to separate the fields. Check the sortable box to make that column clicksortable, and check the default sort radio to determine which column will be sorted by default, if any. You may control column order and field labels in the fields section.'),
+      '#value' => t('Place fields into columns; you may combine multiple fields into the same column. If you do, the separator in the column specified will be used to separate the fields. Check the sortable box to make that column click sortable, and check the default sort radio to determine which column will be sorted by default, if any. You may control column order and field labels in the fields section.'),
     );
   }
 
Index: /Applications/MAMP/htdocs/port/drupal/sites/all/modules/views/modules/comment.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/modules/comment.views.inc,v
retrieving revision 1.16
diff -u -p -r1.16 comment.views.inc
--- modules/comment.views.inc	3 Jun 2008 22:34:46 -0000	1.16
+++ modules/comment.views.inc	25 Jun 2008 19:07:47 -0000
@@ -74,7 +74,7 @@ function comment_views_data() {
   // cid
   $data['comments']['cid'] = array(
     'title' => t('ID'),
-    'help' => t('The commment ID of the field'),
+    'help' => t('The comment ID of the field'),
     'field' => array(
       'handler' => 'views_handler_field_comment',
       'click sortable' => TRUE,
Index: /Applications/MAMP/htdocs/port/drupal/sites/all/modules/views/modules/taxonomy.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/modules/taxonomy.views.inc,v
retrieving revision 1.33
diff -u -p -r1.33 taxonomy.views.inc
--- modules/taxonomy.views.inc	21 Jun 2008 21:39:33 -0000	1.33
+++ modules/taxonomy.views.inc	25 Jun 2008 19:07:47 -0000
@@ -94,7 +94,7 @@ function taxonomy_views_data() {
   // Term name field
   $data['term_data']['name'] = array(
     'title' => t('Term'),
-    'help' => t('Taxonomy terms. Note that using this can cause duplicate nodes to appear in views; you must add filters to reduce the resultset.'),
+    'help' => t('Taxonomy terms. Note that using this can cause duplicate nodes to appear in views; you must add filters to reduce the result set.'),
     'field' => array(
       'handler' => 'views_handler_field_taxonomy',
       'click sortable' => TRUE,
