Fix a typo in the CS sort by hover help. Fixes bug #11610
This commit is contained in:
parent
c5203cb737
commit
20e6ba5ed3
2 changed files with 3 additions and 4 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
- added API method commitAsUser allowing developers to commit version tags as other users
|
- added API method commitAsUser allowing developers to commit version tags as other users
|
||||||
- fixed: The template form plugin would return an empty string when getValueAsHtml was called. ( Martin Kamerbeek / Oqapi )
|
- fixed: The template form plugin would return an empty string when getValueAsHtml was called. ( Martin Kamerbeek / Oqapi )
|
||||||
- fixed #11611: Thingy: The add field pop up box has multiple "Text" field types
|
- fixed #11611: Thingy: The add field pop up box has multiple "Text" field types
|
||||||
|
- fixed #11610: Bad hover help for CS sortBy field
|
||||||
|
|
||||||
7.9.6
|
7.9.6
|
||||||
- new checkbox in the asset manager for clearing the package flag on import
|
- new checkbox in the asset manager for clearing the package flag on import
|
||||||
|
|
|
||||||
|
|
@ -1191,10 +1191,8 @@ submitted by a user.|,
|
||||||
},
|
},
|
||||||
|
|
||||||
'sort by description' => {
|
'sort by description' => {
|
||||||
message => q|By default, all posts are displayed in a sorted order. Use this
|
message => q|By default, all posts are displayed in a sorted order. Use this field to choose by what property they are sorted.|,
|
||||||
field to choose by what property they are sorted. Multiple properties
|
lastUpdated => 1275922704,
|
||||||
may be selected.|,
|
|
||||||
lastUpdated => 1119070429,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
'sort order description' => {
|
'sort order description' => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue