diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 87e83fdbe..e49930ad8 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/i18n/English/Asset_Gallery.pm b/lib/WebGUI/i18n/English/Asset_Gallery.pm index 5447bfb92..6978fed70 100644 --- a/lib/WebGUI/i18n/English/Asset_Gallery.pm +++ b/lib/WebGUI/i18n/English/Asset_Gallery.pm @@ -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 => '', },