Label the form field for entering in sub-keywords.

This commit is contained in:
Colin Kuskie 2010-05-10 10:55:02 -07:00
parent a03e13ea4d
commit 007391d5f1
3 changed files with 7 additions and 0 deletions

View file

@ -4,6 +4,7 @@
- fixed #11561: PayDriver_Cash - password help
- fixed #11541: running workflows screen
- fixed #11544: VersionTag Workflows with missing Version Tags run forever
- fixed #11555: Wiki subcategories entry field is not labeled
7.9.4
- We're shipping underscore.js now for its suite of extremely handy utility

View file

@ -656,6 +656,12 @@ listing of pages that are related to a specific keyword?| },
context => q{template variable help},
},
'Sub-keywords' => {
message => q{Sub-keywords},
lastUpdated => 0,
context => q{template label},
},
};
1;