X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Faction%2Faction.module;fp=web%2Fcore%2Fmodules%2Faction%2Faction.module;h=a29893b344087ca1c87b46d4cc4a8b819400b4ef;hp=5004a84b115e8db6ed616f778e72f21726ab4f72;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/action/action.module b/web/core/modules/action/action.module index 5004a84b1..a29893b34 100644 --- a/web/core/modules/action/action.module +++ b/web/core/modules/action/action.module @@ -29,8 +29,9 @@ function action_help($route_name, RouteMatchInterface $route_match) { $output = '

' . t('There are two types of actions: simple and advanced. Simple actions do not require any additional configuration and are listed here automatically. Advanced actions need to be created and configured before they can be used because they have options that need to be specified; for example, sending an email to a specified address or unpublishing content containing certain words. To create an advanced action, select the action from the drop-down list in the advanced action section below and click the Create button.') . '

'; return $output; + case 'action.admin_add': case 'entity.action.edit_form': - return t('An advanced action offers additional configuration options which may be filled out below. Changing the Description field is recommended in order to better identify the precise action taking place.'); + return t('An advanced action offers additional configuration options which may be filled out below. Changing the Label field is recommended in order to better identify the precise action taking place.'); } }