diff --git a/plugins/ktcore/KTCorePlugin.php b/plugins/ktcore/KTCorePlugin.php index c53bf46..af075cb 100644 --- a/plugins/ktcore/KTCorePlugin.php +++ b/plugins/ktcore/KTCorePlugin.php @@ -69,7 +69,7 @@ class KTCorePlugin extends KTPlugin { _("Manage Groups"), _("Add or remove groups from the system."), 'admin/groupManagement.php', null); $this->registerAdminPage("units", 'KTUnitAdminDispatcher', "principals", - _("Control Units"), _("Specify which organisation units are available."), + _("Control Units"), _("Specify which organisational units are available within the repository."), 'admin/unitManagement.php', null); // disabled until it actually makes sense. //$this->registerAdminPage("orgs",'KTOrgAdminDispatcher',"principals", "Control Organisations","Specify which organisations are available.", 'admin/orgManagement.php', null); @@ -81,7 +81,7 @@ class KTCorePlugin extends KTPlugin { _("Roles"), _("Create or delete roles"), 'admin/roleManagement.php', null); $this->registerAdminPage("conditions", 'KTConditionDispatcher', "security", - _("Conditions"), + _("Dynamic Conditions"), _("Manage criteria which determine whether a user is permitted to perform a system action."), 'admin/conditions.php', null); diff --git a/templates/ktcore/folder/roles_managegroups.smarty b/templates/ktcore/folder/roles_managegroups.smarty index cc38026..6c86fef 100644 --- a/templates/ktcore/folder/roles_managegroups.smarty +++ b/templates/ktcore/folder/roles_managegroups.smarty @@ -5,7 +5,7 @@ {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')} {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')} -
FIXME help text for role-editing.
+{i18n}Groups must be allocated to roles to ensure that the workflow transition this role is supposed to support can be acted upon by a user.{/i18n}