Simplifying the configuration menu

This commit is contained in:
Manuel Cillero 2017-10-07 13:12:10 +02:00
parent 9777b4c1ba
commit feb393faa4
11 changed files with 32 additions and 28 deletions

View file

@ -879,7 +879,7 @@ function stormproject_admin_settings() {
'#type' => 'checkbox',
'#title' => t('Default Value for billable field.'),
'#default_value' => variable_get('stormproject_billable_default', FALSE),
'#description' => t('When checked, SuiteDesk will set the project to billable by default'),
'#description' => t('When checked, SuiteDesk will set the project to billable by default.'),
'#size' => 5,
);