From 75f279a52a1d8c8950211693ad2a36d2d9664388 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 18 Mar 2010 06:36:39 +0000 Subject: - Patch #729028 by ergonlogic: unify 'yay, saved!' strings in core. --- modules/forum/forum.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') 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. -- cgit v1.2.3