diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-19 19:50:07 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-19 19:50:07 +0000 |
commit | 79f3474370e19cc0ab2a7e873ceca7c6ede22774 (patch) | |
tree | bcf0280154bea493aed8b1f240caf9d5b8a43c3c /mod | |
parent | bb9beadb5220ea8ff120761238fb7d9457b75558 (diff) | |
download | elgg-79f3474370e19cc0ab2a7e873ceca7c6ede22774.tar.gz elgg-79f3474370e19cc0ab2a7e873ceca7c6ede22774.tar.bz2 |
Fixed missing language string in admin
git-svn-id: http://code.elgg.org/elgg/trunk@5805 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/ecml/languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ecml/languages/en.php b/mod/ecml/languages/en.php index 505dbcf63..11db26a62 100644 --- a/mod/ecml/languages/en.php +++ b/mod/ecml/languages/en.php @@ -60,7 +60,7 @@ $english = array( [view: input/text, value=This is a default value]</p>', // admin - 'ecml:admin:admin' => 'ECML Permissions', + 'ecml:admin' => 'ECML Permissions', 'ecml:admin:instruction' => 'ECML allows users you easily embed views, entities, and 3rd party applications into their content |