From 0e0d97452bed08ba29925155b25ce15c126c9851 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Mon, 6 Dec 2010 20:41:33 +0000
Subject: [PATCH] #841266 follow-up by Nephele: Fixing tests broken by label
 change.

---
 modules/field/modules/options/options.test | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/field/modules/options/options.test b/modules/field/modules/options/options.test
index e90bf6172be6..1717aa1f398b 100644
--- a/modules/field/modules/options/options.test
+++ b/modules/field/modules/options/options.test
@@ -478,7 +478,7 @@ class OptionsWidgetsTestCase extends FieldTestCase {
     $this->drupalGet($fieldEditUrl);
 
     $this->assertText(
-      'Use field label instead the "On value" as label ',
+      'Use field label instead of the "On value" as label ',
       t('Display setting checkbox available.')
     );
 
@@ -497,7 +497,7 @@ class OptionsWidgetsTestCase extends FieldTestCase {
     // is stored and has the expected effect
     $this->drupalGet($fieldEditUrl);
     $this->assertText(
-      'Use field label instead the "On value" as label ',
+      'Use field label instead of the "On value" as label ',
       t('Display setting checkbox is available')
     );
     $this->assertFieldChecked(
-- 
GitLab