diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-05-16 18:33:35 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-05-16 18:33:35 +0000 |
commit | 82519e3e23c5c56db420a64b7d17ca524720d1a2 (patch) | |
tree | c93262c6cc0db5b813d1ecc33caa6299895fa1f7 /languages | |
parent | 4b63b8ad8df01c077d918e2cbe65e0818f971d69 (diff) | |
download | elgg-82519e3e23c5c56db420a64b7d17ca524720d1a2.tar.gz elgg-82519e3e23c5c56db420a64b7d17ca524720d1a2.tar.bz2 |
cleaning up upload code
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 5198817b9..70dc57bc5 100644 --- a/languages/en.php +++ b/languages/en.php @@ -6,7 +6,7 @@ 'image' => "Image",
'images' => "Images",
- 'caption' => "Caption",
+ 'caption' => "Caption",
'photos' => "Photos",
'images:upload' => "Upload Images",
'album' => "Photo Album",
@@ -19,7 +19,7 @@ 'album:group' => "Group albums",
'item:object:image' => "Photos",
'item:object:album' => "Albums",
- 'tidypics:settings:maxfilesize' => "Maximum file size in kilo bytes (KB):",
+ 'tidypics:settings:maxfilesize' => "Maximum file size in megabytes (MB):",
'tidypics:settings:watermark' => "Enter text to appear in the watermark - ImageMagick must be selected for the image library",
'tidypics:settings:im_path' => "Enter the path to your ImageMagick commands",
'tidypics:enablephotos' => 'Enable Group Photo Albums',
|