diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-28 03:11:11 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-28 03:11:11 +0000 |
commit | e0eebd803e76bae0d7aa6456427667c90b4e2368 (patch) | |
tree | 2025313d95bfa9c28bb4ea5b3b7615ae9ac6cb48 | |
parent | c7b327cf230a19358e6bc78b9782627839f2d9f7 (diff) | |
download | elgg-e0eebd803e76bae0d7aa6456427667c90b4e2368.tar.gz elgg-e0eebd803e76bae0d7aa6456427667c90b4e2368.tar.bz2 |
better english string for add photos
-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 0ba223a8c..e076ee8de 100644 --- a/languages/en.php +++ b/languages/en.php @@ -27,8 +27,8 @@ 'album:create' => "Create new album",
'album:add' => "Add Photo Album",
- 'album:addpix' => "Add photos to",
- 'album:edit' => "Edit album",
+ 'album:addpix' => "Add photos to album",
+ 'album:edit' => "Edit album",
'album:delete' => "Delete album",
'image:edit' => "Edit image",
|