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

@ -691,7 +691,7 @@ function stormtimetracking_admin_settings() {
'#type' => 'checkbox',
'#title' => t('Always set billing duration to duration value.'),
'#default_value' => variable_get('stormtimetracking_auto_duration', TRUE),
'#description' => t('When checked, Storm will set the billing duration equal to the duration each time the node is saved. The duration is always calculated from the start and end times.'),
'#description' => t('When checked, SuiteDesk will set the billing duration equal to the duration each time the node is saved. The duration is always calculated from the start and end times.'),
'#size' => 5,
);
@ -699,7 +699,7 @@ function stormtimetracking_admin_settings() {
'#type' => 'checkbox',
'#title' => t('Default Value for billable field.'),
'#default_value' => variable_get('stormtimetracking_billable_default', FALSE),
'#description' => t('When checked, Storm will set the timetracking to billable by default'),
'#description' => t('When checked, SuiteDesk will set the timetracking to billable by default.'),
'#size' => 5,
);