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

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