diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-05-01 19:24:58 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-05-01 19:24:58 +0000 |
commit | 994774afb56e3474b84a15c16f8e36b7f0457fcb (patch) | |
tree | 246611e936855af97dc8916837349a5b4e7ad75e /languages/en.php | |
parent | 8e5a221350d2fb1425ce76387d0ff1b4e9122dd9 (diff) | |
download | elgg-994774afb56e3474b84a15c16f8e36b7f0457fcb.tar.gz elgg-994774afb56e3474b84a15c16f8e36b7f0457fcb.tar.bz2 |
Users cannot change the 2 smallest thumbnails from square now - less confusing interface
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 30cef2db4..934c8ae5a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -75,14 +75,20 @@ '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 - not for production sites yet", + 'tidypics:settings:watermark' => "Enter text to appear in the watermark", '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:img_river_view' => "How many entries in activity river for each batch of uploaded images", 'tidypics:settings:album_river_view' => "Show the album cover or a set of photos for new album", 'tidypics:settings:largesize' => "Primary image size", 'tidypics:settings:smallsize' => "Album view image size", 'tidypics:settings:thumbsize' => "Thumbnail image size", 'tidypics:settings:im_id' => "Image ID", + + 'tidypics:settings:heading:img_lib' => "Image Library Settings", + 'tidypics:settings:heading:main' => "Major Settings", + 'tidypics:settings:heading:river' => "Activity Integration Options", + 'tidypics:settings:heading:sizes' => "Thumbnail Size", + 'tidypics:settings:heading:groups' => "Group Settings", //actions |