diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-14 20:37:08 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-14 20:37:08 +0000 |
commit | 2932918effa51f9689cabe38b758e44435d08e96 (patch) | |
tree | b3bfd26c62ea1350188dfc622b520eac482e6fdb /languages | |
parent | 8f5aa6a87b15ecee226f46539b1400710c9c9047 (diff) | |
download | elgg-2932918effa51f9689cabe38b758e44435d08e96.tar.gz elgg-2932918effa51f9689cabe38b758e44435d08e96.tar.bz2 |
close to final version of river entries - commented out cover from image view and added option for album to show multiple photos
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index c5f4dd99f..6aff28061 100644 --- a/languages/en.php +++ b/languages/en.php @@ -53,7 +53,8 @@ '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:im_path' => "Enter the path to your ImageMagick commands",
- 'tidypics:settings:river_view' => "How many entries in river for each batch of uploaded images",
+ '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",
'tidypics:settings:largesize' => "Primary image size",
'tidypics:settings:smallsize' => "Album view image size",
'tidypics:settings:thumbsize' => "Thumbnail image size",
|