summaryrefslogtreecommitdiff
path: root/modules/block/block.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/block/block.test')
-rw-r--r--modules/block/block.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.test b/modules/block/block.test
index 08ef8082d..91be85e2f 100644
--- a/modules/block/block.test
+++ b/modules/block/block.test
@@ -99,7 +99,7 @@ class BlockTestCase extends DrupalWebTestCase {
$this->drupalGet('admin/structure/block/manage/block/' . $bid . '/configure');
$this->assertNoText(t('Block body'));
$this->drupalPost('admin/structure/block/manage/block/' . $bid . '/configure', array(), t('Save block'));
- $this->assertNoText(t('Please ensure that each block description is unique.'));
+ $this->assertNoText(t('Ensure that each block description is unique.'));
// Confirm that the custom block is still being displayed using configured text format.
$this->drupalGet('node');