webgui/lib/WebGUI/i18n/English/Workflow_Activity_PurgeOldAssetRevisions.pm
Colin Kuskie 7ec8da234d Added a tab in the Help table of contents for Workflow related
docs.  Reworked all the workflow activity docs to support this.
2006-07-02 18:24:07 +00:00

19 lines
725 B
Perl

package WebGUI::i18n::English::Workflow_Activity_PurgeOldAssetRevisions;
our $I18N = {
'activityName' => {
message => q|Purge Old Asset Revisions|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'purge old asset revisions body' => {
message => q|<p>This workflow activity will delete versions of assets that are older than the configured interval, unless the asset only has one approved version. This can be used to save diskspace and keep the size of your database down.</p>
<p>The default version of WebGUI ships with a weekly Workflow to delete Assets older than 1 year old. Disabling this Activity in the Workflow will keep versions forever.</p>|,
lastUpdated => 0,
},
};
1;