a bunch of bug fixes and ease of use modifications for workflow/versioning

This commit is contained in:
JT Smith 2006-03-20 21:07:26 +00:00
parent 00a1db29a1
commit 3931d8dcd2
8 changed files with 19 additions and 14 deletions

View file

@ -116,7 +116,7 @@ sub process {
}
if (scalar(@tags)) {
push(@adminbar, {
label => $i18n->get("version tags"),
label => $i18n->get("version tags","VersionTag"),
name => "versions",
items => \@tags
});