cleared up some descriptions for Gallery properties
This commit is contained in:
parent
58417faf8a
commit
e40a11895d
2 changed files with 3 additions and 2 deletions
|
|
@ -116,6 +116,7 @@
|
|||
- fix: too small of a field for content profiling
|
||||
- fix: Wrong class assignment in "News" template
|
||||
- fix: malformed css in default wiki page
|
||||
- fix: cleared up description for Image Resolutions and Max Space in gallery
|
||||
- fix: User profiling default broken
|
||||
|
||||
7.5.10
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ our $I18N = {
|
|||
context => '',
|
||||
},
|
||||
"imageResolutions description" => {
|
||||
message => "The sizes of images available for download.",
|
||||
message => "The sizes of images (in pixels) available for download. Images will be altered to 72 DPI before proportionally constrained to the specified number of pixels. In other words, this number is the maximum height or width that the image will have.",
|
||||
lastUpdated => 0,
|
||||
context => '',
|
||||
},
|
||||
|
|
@ -73,7 +73,7 @@ our $I18N = {
|
|||
context => '',
|
||||
},
|
||||
"maxSpacePerUser description" => {
|
||||
message => "The maximum amount of disk space a user is allowed to use in this Gallery.",
|
||||
message => "The maximum amount of disk space (in megabytes) a user is allowed to use in this Gallery.",
|
||||
lastUpdated => 0,
|
||||
context => '',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue