diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-10-01 19:36:29 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-10-01 19:36:29 -0400 |
commit | dc0a24816ee224962511739b312898ffaf19d8ae (patch) | |
tree | 3f88ae7f8ec33ed8543e535e2a38f733db8f9c9f | |
parent | 6b77c7de7a4b1c9d31236ccd7802bf9526cd1f41 (diff) | |
download | elgg-dc0a24816ee224962511739b312898ffaf19d8ae.tar.gz elgg-dc0a24816ee224962511739b312898ffaf19d8ae.tar.bz2 |
more was defined twice in the core language file
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 9d0590b2d..27b07d11c 100644 --- a/languages/en.php +++ b/languages/en.php @@ -826,8 +826,6 @@ $english = array( 'top' => 'Top', 'bottom' => 'Bottom', - 'more' => 'more', - 'invite' => "Invite", 'resetpassword' => "Reset password", |