Skip to content
Snippets Groups Projects
Commit 294f2643 authored by Yas Naoi's avatar Yas Naoi
Browse files

by yas: fixed description.

parent 5f2a735f
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ function aws_cloud_add_form($form_state, $edit = array(), $op = '') { ...@@ -183,7 +183,7 @@ function aws_cloud_add_form($form_state, $edit = array(), $op = '') {
'#title' => t('Cloud Display Name'), '#title' => t('Cloud Display Name'),
'#type' => 'textfield', '#type' => 'textfield',
'#title' => t('Cloud Display Name'), '#title' => t('Cloud Display Name'),
'#description' => t('e.g. AWS US East (or AWS Virgina), AWS US West (or AWS California), AWS EU West (or AWS Ireland), AWS AP Southeast (or AWS Singapore), AWS AP Northeast (or AWS Tokyo), OpenStack, Eucalyptus'), '#description' => t('e.g. AWS US East (or AWS Virgina), AWS US West 1 (or AWS California), AWS US West 2 (or AWS Oregon), AWS EU West (or AWS Ireland), AWS AP Southeast (or AWS Singapore), AWS AP Northeast (or AWS Tokyo), AWS SA Southeast (or AWS São Paulo), OpenStack, Eucalyptus'),
'#required' => TRUE, '#required' => TRUE,
'#default_value' => $edit['cloud_display_name'], '#default_value' => $edit['cloud_display_name'],
); );
......
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