From 0d088fe4881622126c33fe646143ff8daa71a000 Mon Sep 17 00:00:00 2001 From: Kristen Pol Date: Wed, 29 May 2013 23:06:50 -0700 Subject: [PATCH] Issue #2002614: Change capitalization of module name to proper name casing. --- config_translation.api.php | 2 +- config_translation.module | 4 ++-- lib/Drupal/config_translation/Tests/ConfigTranslationUITest.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config_translation.api.php b/config_translation.api.php index d102568..c438291 100644 --- a/config_translation.api.php +++ b/config_translation.api.php @@ -2,7 +2,7 @@ /** * @file - * Hooks provided by the Configuration translation module. + * Hooks provided by the Configuration Translation module. */ /** diff --git a/config_translation.module b/config_translation.module index 916fcf5..b2cabc0 100644 --- a/config_translation.module +++ b/config_translation.module @@ -2,7 +2,7 @@ /** * @file - * Configuration translation module. + * Configuration Translation module. */ use Drupal\Core\Config\Schema\Element; @@ -20,7 +20,7 @@ function config_translation_help($path, $arg) { case 'admin/help#config_translation': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t('The Configuration translation module lets you translate configuration from all around your Drupal site. Views, your site name, contact module categories, vocabularies, menus, blocks, and so on are all stored with Drupal\'s unified configuration system and can be translated with this module. Content, such as nodes, taxonomy terms, custom blocks, and so on are translatable with the Content translation module in Drupal core, while the built-in user interface (such as registration forms, content submission and administration interfaces) are translated with the Interface translation module. Use these tthree modules effectively together to translate your whole site to different languages.') . '

'; + $output .= '

' . t('The Configuration Translation module lets you translate configuration from all around your Drupal site. Views, your site name, contact module categories, vocabularies, menus, blocks, and so on are all stored with Drupal\'s unified configuration system and can be translated with this module. Content, such as nodes, taxonomy terms, custom blocks, and so on are translatable with the Content translation module in Drupal core, while the built-in user interface (such as registration forms, content submission and administration interfaces) are translated with the Interface translation module. Use these tthree modules effectively together to translate your whole site to different languages.') . '

'; return $output; } } diff --git a/lib/Drupal/config_translation/Tests/ConfigTranslationUITest.php b/lib/Drupal/config_translation/Tests/ConfigTranslationUITest.php index 8c36869..6c42482 100644 --- a/lib/Drupal/config_translation/Tests/ConfigTranslationUITest.php +++ b/lib/Drupal/config_translation/Tests/ConfigTranslationUITest.php @@ -32,9 +32,9 @@ class ConfigTranslationUITest extends WebTestBase { public static function getInfo() { return array( - 'name' => 'Configuration translation', + 'name' => 'Configuration Translation', 'description' => 'Translate settings and entities to various languages', - 'group' => 'Configuration translation', + 'group' => 'Configuration Translation', ); } -- 1.8.0