Skip to content
Snippets Groups Projects
Commit b491fd1d authored by tirdadc's avatar tirdadc
Browse files

Clarified box field descriptions (6.x)

parent aaec34ab
No related branches found
No related tags found
No related merge requests found
...@@ -280,7 +280,7 @@ function boxes_box_form($form_state) { ...@@ -280,7 +280,7 @@ function boxes_box_form($form_state) {
'#title' => t('Box description'), '#title' => t('Box description'),
'#default_value' => $box->description, '#default_value' => $box->description,
'#maxlength' => 64, '#maxlength' => 64,
'#description' => t('A brief description of your box.'), '#description' => t('A brief description of your box. Used for administrative purposes.'),
'#required' => TRUE, '#required' => TRUE,
'#weight' => -19, '#weight' => -19,
); );
...@@ -288,7 +288,7 @@ function boxes_box_form($form_state) { ...@@ -288,7 +288,7 @@ function boxes_box_form($form_state) {
'#type' => 'textfield', '#type' => 'textfield',
'#title' => t('Box title'), '#title' => t('Box title'),
'#maxlength' => 64, '#maxlength' => 64,
'#description' => t('The title of the box as shown to the user.'), '#description' => t('The rendered title of the box as shown to the user.'),
'#default_value' => $box->title, '#default_value' => $box->title,
'#weight' => -18, '#weight' => -18,
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment