diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-09-13 23:56:59 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-09-13 23:56:59 +0000 |
commit | 6b156c9e10c6b832c8ab4c21edf6eac5ea301b98 (patch) | |
tree | 670b4c9e2035de5173bae7fab0baf4b6f4464eb0 /languages/en.php | |
parent | 35175e8b885c00f2120d19d89b8177c384db68d8 (diff) | |
download | elgg-6b156c9e10c6b832c8ab4c21edf6eac5ea301b98.tar.gz elgg-6b156c9e10c6b832c8ab4c21edf6eac5ea301b98.tar.bz2 |
tweaked GD watermarking and added a better imagick watermarking
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index f3abfc27e..036884799 100644 --- a/languages/en.php +++ b/languages/en.php @@ -62,7 +62,7 @@ 'tidypics:settings:grp_perm_override' => "Allow group members full access to group albums",
'tidypics:settings:maxfilesize' => "Maximum image size in megabytes (MB):",
'tidypics:settings:quota' => "User/Group Quota (MB) - 0 equals no quota",
- 'tidypics:settings:watermark' => "Enter text to appear in the watermark - ImageMagick Cmdline must be selected for the image library",
+ 'tidypics:settings:watermark' => "Enter text to appear in the watermark - not for production sites yet",
'tidypics:settings:im_path' => "Enter the path to your ImageMagick commands (with trailing slash)",
'tidypics:settings:img_river_view' => "How many entries in river for each batch of uploaded images",
'tidypics:settings:album_river_view' => "Show the album cover or a set of photos for new album",
|