diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-26 05:43:06 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-26 05:43:06 +0000 |
| commit | dee20ed6a2bd92a2e67c27ccc7d60303d66cdcde (patch) | |
| tree | 0d3b432effb5ba4cc8e6eb2c8627c9661d52ebe8 /modules/watermark/views | |
| parent | 0bef37eb0b077863984eb70ec99c40b2f32840bf (diff) | |
Added the concept of "permanent" messages that we show to admins. Use
this to show a "your thumbs/resizes are out of date" message whenever
we change the graphics rules. Tweak watermark module to add graphics
rules whenever we make a change, which triggers the graphics module to
add the permanent message.
Diffstat (limited to 'modules/watermark/views')
| -rw-r--r-- | modules/watermark/views/admin_watermarks.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watermark/views/admin_watermarks.html.php b/modules/watermark/views/admin_watermarks.html.php index 214c673b..7ba8a844 100644 --- a/modules/watermark/views/admin_watermarks.html.php +++ b/modules/watermark/views/admin_watermarks.html.php @@ -12,7 +12,7 @@ <? else: ?> <h2> <?= _("Active Watermark") ?> </h2> <p> - <?= _("Note that changing this watermark will rebuild all of your thumbnails and resized images.") ?> + <?= _("Note that changing this watermark will require you to rebuild all of your thumbnails and resized images.") ?> </p> <p> <div class="image"> |
