From e40a11895d2a531be0f9a107ac1b392c6ffef521 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 12 Jun 2008 22:15:21 +0000 Subject: [PATCH] cleared up some descriptions for Gallery properties --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_Gallery.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 => '', },