@@ -175,7 +175,7 @@ function drupalorg_case_studies_field_default_field_instances() {
'default_value'=>NULL,
'default_value_function'=>'',
'deleted'=>0,
'description'=>'Include the organizations that contributed to this project. Use the autocomplete widget if they exist on Drupal.org as organization nodes; otherwise, use the Project team text field below.',
'description'=>'Organizations that contributed to this project, including the organization the case study is for. Use the autocomplete widget if they have organization pages on Drupal.org; otherwise, use the Project team text field below.',
'display'=>array(
'default'=>array(
'label'=>'above',
@@ -741,7 +741,9 @@ function drupalorg_case_studies_field_default_field_instances() {
'full'=>array(
'label'=>'above',
'module'=>'link',
'settings'=>array(),
'settings'=>array(
'custom_title'=>'',
),
'type'=>'link_default',
'weight'=>0,
),
@@ -766,7 +768,9 @@ function drupalorg_case_studies_field_default_field_instances() {
'print'=>array(
'label'=>'above',
'module'=>'link',
'settings'=>array(),
'settings'=>array(
'custom_title'=>'',
),
'type'=>'link_default',
'weight'=>0,
),
@@ -779,21 +783,27 @@ function drupalorg_case_studies_field_default_field_instances() {
'rss'=>array(
'label'=>'above',
'module'=>'link',
'settings'=>array(),
'settings'=>array(
'custom_title'=>'',
),
'type'=>'link_default',
'weight'=>0,
),
'search_index'=>array(
'label'=>'above',
'module'=>'link',
'settings'=>array(),
'settings'=>array(
'custom_title'=>'',
),
'type'=>'link_default',
'weight'=>0,
),
'search_result'=>array(
'label'=>'above',
'module'=>'link',
'settings'=>array(),
'settings'=>array(
'custom_title'=>'',
),
'type'=>'link_default',
'weight'=>0,
),
@@ -817,6 +827,7 @@ function drupalorg_case_studies_field_default_field_instances() {
'target'=>'default',
'title'=>'',
),
'convert_aliases'=>0,
'display'=>array(
'url_cutoff'=>80,
),
@@ -1689,10 +1700,10 @@ function drupalorg_case_studies_field_default_field_instances() {
t('Drupal version');
t('Enter the names of organizations and team members that can\'t be referenced in the autocomplete fields above. Also, feel free to add more description about the team.<br /><br />');
t('File attachments');
t('Include the organizations that contributed to this project. Use the autocomplete widget if they exist on Drupal.org as organization nodes; otherwise, use the Project team text field below.');
t('Key modules/theme/distribution used');
t('List related sector(s)');
t('Organizations involved');
t('Organizations that contributed to this project, including the organization the case study is for. Use the autocomplete widget if they have organization pages on Drupal.org; otherwise, use the Project team text field below.');