diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-20 15:17:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-20 15:17:38 +0000 |
commit | 344aed13f5390a73da68a59bb3cbc54695ac2425 (patch) | |
tree | 7c16e1b68ceccc0835a7d6ce2bb25f07eea5cc44 /modules/locale | |
parent | 549e57370826bd7854a182e48ba357bccf4e9f95 (diff) | |
download | brdo-344aed13f5390a73da68a59bb3cbc54695ac2425.tar.gz brdo-344aed13f5390a73da68a59bb3cbc54695ac2425.tar.bz2 |
- Patch #67211 by catch, Gábor Hojtsy, yoroy, cdale, et al: drop the colon after form titles.
Diffstat (limited to 'modules/locale')
-rw-r--r-- | modules/locale/locale.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.test b/modules/locale/locale.test index a2546e0be..327700586 100644 --- a/modules/locale/locale.test +++ b/modules/locale/locale.test @@ -1366,7 +1366,7 @@ class LocaleContentFunctionalTest extends DrupalWebTestCase { // Set page content type to use multilingual support. $this->drupalGet('admin/build/node-type/page'); - $this->assertText(t('Multilingual support:'), t('Multilingual support fieldset present on content type configuration form.')); + $this->assertText(t('Multilingual support'), t('Multilingual support fieldset present on content type configuration form.')); $edit = array( 'language_content_type' => 1, ); |