bug fixes, and working on next workflow activity

This commit is contained in:
JT Smith 2006-02-16 21:54:58 +00:00
parent b92b4044ec
commit aa6fa763c1
3 changed files with 100 additions and 2 deletions

View file

@ -0,0 +1,13 @@
package WebGUI::i18n::English::Workflow_Activity_CommitVersionTag;
our $I18N = {
'topicName' => {
message => q|Commit Version Tag|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
};
1;