diff --git a/lib/WebGUI/Workflow/Activity/NotifyAboutVersionTag.pm b/lib/WebGUI/Workflow/Activity/NotifyAboutVersionTag.pm index 9077b29c9..23b647387 100644 --- a/lib/WebGUI/Workflow/Activity/NotifyAboutVersionTag.pm +++ b/lib/WebGUI/Workflow/Activity/NotifyAboutVersionTag.pm @@ -26,7 +26,7 @@ Package WebGUI::Workflow::Activity::NotifyAboutVersionTag =head1 DESCRIPTION -Ask someone for approval of a version tag. If they approve then the workflow continues. If not, it is cancelled. +Send a message to a user about a version tag. If this version tag contains only one asset, then a URL to that asset will be included in the message automatically. =head1 SYNOPSIS diff --git a/lib/WebGUI/Workflow/Activity/UnlockVersionTag.pm b/lib/WebGUI/Workflow/Activity/UnlockVersionTag.pm index bc1c87c63..1cc432430 100644 --- a/lib/WebGUI/Workflow/Activity/UnlockVersionTag.pm +++ b/lib/WebGUI/Workflow/Activity/UnlockVersionTag.pm @@ -26,7 +26,7 @@ Package WebGUI::Workflow::Activity::UnlockVersionTag =head1 DESCRIPTION -This activity commits an open version tag. +Unlocks a version tag so that users can add more content to it. =head1 SYNOPSIS