Index: modules/forum/forum.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/forum/forum.test,v
retrieving revision 1.48
diff -u -p -r1.48 forum.test
--- modules/forum/forum.test   10 Mar 2010 17:59:00 -0000   1.48
+++ modules/forum/forum.test   16 Mar 2010 13:57:06 -0000
@@ -131,7 +131,7 @@ class ForumTestCase extends DrupalWebTes
     $this->delete_forum = $this->createForum('forum', $this->container['tid']);
     // Save forum overview.
     $this->drupalPost('admin/structure/forum/', array(), t('Save'));
-    $this->assertRaw(t('Your configuration has been saved.'));
+    $this->assertRaw(t('The configuration options have been saved.'));
     // Delete this second form.
     $this->deleteForum($this->delete_forum['tid']);
     // Create forum at the top (root) level.
Index: modules/taxonomy/taxonomy.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.admin.inc,v
retrieving revision 1.95
diff -u -p -r1.95 taxonomy.admin.inc
--- modules/taxonomy/taxonomy.admin.inc   7 Mar 2010 23:14:20 -0000   1.95
+++ modules/taxonomy/taxonomy.admin.inc   16 Mar 2010 04:59:12 -0000
@@ -48,7 +48,7 @@ function taxonomy_overview_vocabularies_
       taxonomy_vocabulary_save($form[$vid]['#vocabulary']);
     }
   }
-  drupal_set_message(t('Your configuration has been saved.'));
+  drupal_set_message(t('The configuration options have been saved.'));
 }
 
 /**
@@ -509,7 +509,7 @@ function taxonomy_overview_terms_submit(
     $vocabulary->hierarchy = $hierarchy;
     taxonomy_vocabulary_save($vocabulary);
   }
-  drupal_set_message(t('Your configuration has been saved.'));
+  drupal_set_message(t('The configuration options have been saved.'));
 }
 
 /**
