summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forum')
-rw-r--r--modules/forum/forum.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test
index 7703bb029..377ac76f9 100644
--- a/modules/forum/forum.test
+++ b/modules/forum/forum.test
@@ -131,7 +131,7 @@ class ForumTestCase extends DrupalWebTestCase {
$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.