diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-14 15:53:09 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-14 15:53:09 -0400 |
commit | 57b8fb7a439fb181d2c2fac4a06e178c17b3b4ca (patch) | |
tree | 635eebc9aec968fea1e397afff5e3184d1fc4fcb /languages | |
parent | c7bd5fb64003c42f9299b7203af9a13bcd48948f (diff) | |
download | elgg-57b8fb7a439fb181d2c2fac4a06e178c17b3b4ca.tar.gz elgg-57b8fb7a439fb181d2c2fac4a06e178c17b3b4ca.tar.bz2 |
better language for setting album cover
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 007dc5785..62b43673d 100644 --- a/languages/en.php +++ b/languages/en.php @@ -151,8 +151,8 @@ $english = array( 'album:title' => "Title", 'album:desc' => "Description", 'album:tags' => "Tags", - 'album:cover' => "Make image album cover?", - 'album:cover_link' => 'Set cover image', + 'album:cover' => "Make this image the album cover?", + 'album:cover_link' => 'Make cover', 'tidypics:title:quota' => 'Quota', 'tidypics:quota' => "Quota usage:", 'tidypics:uploader:choose' => "Choose photos", |