3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Use the word "Areas" instead of "Area" or "area(s)".

This commit is contained in:
Michael Stenta 2016-04-24 18:46:32 -04:00
parent 2c3488a1ad
commit 88dd638f57
2 changed files with 5 additions and 5 deletions

View file

@ -453,7 +453,7 @@ function farm_crop_field_default_field_instances() {
'bundle' => 'farm_input',
'default_value' => NULL,
'deleted' => 0,
'description' => 'What area(s) is this input being applied to?',
'description' => 'What areas is this input being applied to?',
'display' => array(
'default' => array(
'label' => 'inline',
@ -471,7 +471,7 @@ function farm_crop_field_default_field_instances() {
),
'entity_type' => 'log',
'field_name' => 'field_farm_area',
'label' => 'Area',
'label' => 'Areas',
'required' => 0,
'settings' => array(
'user_register_form' => FALSE,
@ -1385,8 +1385,8 @@ function farm_crop_field_default_field_instances() {
// Translatables
// Included for use with string extractors like potx.
t('Application Method');
t('Area');
t('Assign this planting to a season. You can manage these options in the ' . l('Seasons', 'admin/structure/taxonomy/farm_season') . ' vocabulary.');
t('Areas');
t('Assets');
t('Companions');
t('Crop');
@ -1417,7 +1417,7 @@ function farm_crop_field_default_field_instances() {
t('This field is optional. It allows you to store geospatial data along with this harvest.');
t('This field is optional. It allows you to store geospatial data along with this input.');
t('Transplantings must reference a specific planting. You can view a list of all plantings, and add new ones, from the ' . l('Plantings list', 'farm/assets/plantings') . '.');
t('What area(s) is this input being applied to?');
t('What areas is this input being applied to?');
t('What assets does this harvest pertain to?');
t('What assets does this input pertain to?');
t('What material is being applied? As you type, you will have the option of selecting from materials that you\'ve entered in the past.');

View file

@ -607,7 +607,7 @@ if (!empty($farm_asset)) {
$handler->validated_title = entity_label(\'farm_asset\', $farm_asset);
return TRUE;
}';
/* Contextual filter: Log: Area (field_farm_area) */
/* Contextual filter: Log: Areas (field_farm_area) */
$handler->display->display_options['arguments']['field_farm_area_tid']['id'] = 'field_farm_area_tid';
$handler->display->display_options['arguments']['field_farm_area_tid']['table'] = 'field_data_field_farm_area';
$handler->display->display_options['arguments']['field_farm_area_tid']['field'] = 'field_farm_area_tid';