Skip to content

Commit

Permalink
Improve help text for integration of icons (manual trigger) (#193)
Browse files Browse the repository at this point in the history
* Improved help text for the integration of icons

* Improved help text for the integration of icons
  • Loading branch information
KerstinSc authored Jan 16, 2024
1 parent ff6e322 commit 38d6dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trigger/manual/lang/de/lifecycletrigger_manual.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
$string['setting_capability'] = 'Berechtigung';
$string['setting_capability_help'] = 'Die Moodle-Berechtigung, die ein Nutzer benötigt, um einen Workflow mit diesem Trigger zu sehen und auszulösen, z.B. "enrol/manual:enrol". Bitte schauen Sie sich die Moodle Access API für Details an.';
$string['setting_icon'] = 'Icon';
$string['setting_icon_help'] = 'Das Moodle-Icon das dem Nutzer für diesen Trigger angezeigt wird, z.B. "core/tick". Die ganze Liste möglicher Icons kann in der Moodle-Dokumentation gefunden werden.';
$string['setting_icon_help'] = 'Das Moodle-Icon das dem Nutzer für diesen Trigger angezeigt wird, z.B. "e/tick". Die ganze Liste möglicher Icons kann in der Moodle-Dokumentation gefunden werden.';
$string['setting_displayname'] = 'Aktionsname';
$string['setting_displayname_help'] = 'Der Name für die Triggeraktion, der dem Nutzer angezeigt wird.';
2 changes: 1 addition & 1 deletion trigger/manual/lang/en/lifecycletrigger_manual.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
$string['setting_capability'] = 'Capability';
$string['setting_capability_help'] = 'The Moodle capability needed to see and invoke a workflow using this trigger, e.g. "enrol/manual:enrol". Please see Moodle access API documentation for details.';
$string['setting_icon'] = 'Icon';
$string['setting_icon_help'] = 'The Moodle icon to be showed to the user for this trigger, e.g. "core/tick". A full list of possible icons can be found at Moodle documentation.';
$string['setting_icon_help'] = 'The Moodle icon to be showed to the user for this trigger, e.g. "e/tick". A full list of possible icons can be found at Moodle documentation.';
$string['setting_displayname'] = 'Action name';
$string['setting_displayname_help'] = 'A name for the trigger action displayed to the user.';

0 comments on commit 38d6dc7

Please sign in to comment.