Remove "a"/"an" from default farm action links for consistency.

This commit is contained in:
Michael Stenta 2017-06-25 09:58:27 -04:00
parent 7b5c9f4358
commit 9b3fc109cc
1 changed files with 4 additions and 4 deletions

View File

@ -146,7 +146,7 @@ function farm_ui_farm_ui_actions() {
// Define default farm action links.
$actions = array(
'area' => array(
'title' => t('Add an area'),
'title' => t('Add area'),
'href' => 'admin/structure/taxonomy/farm_areas/add',
'views' => array(
'farm_areas',
@ -157,7 +157,7 @@ function farm_ui_farm_ui_actions() {
'weight' => -10,
),
'asset' => array(
'title' => t('Add an asset'),
'title' => t('Add asset'),
'href' => 'farm/asset/add',
'paths' => array(
'farm',
@ -165,7 +165,7 @@ function farm_ui_farm_ui_actions() {
),
),
'log' => array(
'title' => t('Add a log'),
'title' => t('Add log'),
'href' => 'log/add',
'paths' => array(
'farm',
@ -174,7 +174,7 @@ function farm_ui_farm_ui_actions() {
'weight' => 1,
),
'user' => array(
'title' => t('Add a person'),
'title' => t('Add person'),
'href' => 'admin/people/create',
'views' => array(
'farm_people',