diff --git a/composer_manager.admin.inc b/composer_manager.admin.inc index 433b344..bb43da5 100644 --- a/composer_manager.admin.inc +++ b/composer_manager.admin.inc @@ -32,7 +32,7 @@ function composer_manager_settings_form($form, &$form_state) { ); $form['composer_manager_autobuild_file'] = array( - '#title' => 'Automatically build the composer.json file when enabling or disabling modules.', + '#title' => 'Automatically build the composer.json file when enabling or disabling modules', '#type' => 'checkbox', '#default_value' => variable_get('composer_manager_autobuild_file', 1), '#description' => t('Automatically build the consolidated composer.json for all contributed modules file in the vendor directory above when modules are enabled or disabled. Disable this setting if you want to maintain the composer.json file manually.'),