diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-21 15:28:23 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-21 15:28:23 +0000 |
commit | effd41e3b327234adf2997895da7e80b88458af1 (patch) | |
tree | 6734d59e2c1cacec000741ce2ab2ee0e1329c821 /languages | |
parent | 85acd20012d7f0364294f33fd3f5f5792aa833bc (diff) | |
download | elgg-effd41e3b327234adf2997895da7e80b88458af1.tar.gz elgg-effd41e3b327234adf2997895da7e80b88458af1.tar.bz2 |
moved add album to menu
Diffstat (limited to 'languages')
-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 21fe56f2d..7e7185c5d 100644 --- a/languages/en.php +++ b/languages/en.php @@ -23,7 +23,7 @@ //actions
- 'album:create' => "Create New Album",
+ 'album:create' => "Create new album",
'album:add' => "Add Photo Album",
'album:addpix' => "Add photos",
'album:edit' => "Edit album",
|