Skip to content

Commit

Permalink
Fixed bug 12297 - keywords.form help text
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchrisliu committed Mar 9, 2012
1 parent d55f8ee commit b39a7d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/7.x.x.txt
@@ -1,4 +1,5 @@
7.10.25
- fixed #12297: keywords.form missing from Post template help
- fixed #12321: Error while deleting a group.
- fixed #12322: Cache/CHI stomps on the config file
- fixed #12327: HttpProxy does not clean up cookie jar storage locations
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Help/Asset_Post.pm
Expand Up @@ -32,6 +32,7 @@ our $HELP = {
{ 'name' => 'isNewThread' },
{ 'name' => 'archive.form' },
{ 'name' => 'sticky.form' },
{ 'name' => 'keywords.form' },
{ 'name' => 'lock.form' },
{ 'name' => 'isThread' },
{ 'name' => 'isEdit' },
Expand Down
5 changes: 5 additions & 0 deletions lib/WebGUI/i18n/English/Asset_Post.pm
Expand Up @@ -69,6 +69,11 @@ editing an existing Post.|,
lastUpdated => 1149829706,
},

'keywords.form' => {
message => q|A text input box to enter keywords.|,
lastUpdated => 1149829706,
},

'sticky.form' => {
message => q|A yes/no button to set the thread to be sticky, so that it stays at the top of the forum listing.|,
lastUpdated => 1149829706,
Expand Down

0 comments on commit b39a7d5

Please sign in to comment.