diff options
author | cash <cash.costello@gmail.com> | 2011-09-22 21:32:49 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-09-22 21:32:49 -0400 |
commit | 9858bd526fce9016dc82d1f21b35e6ceb969c140 (patch) | |
tree | cb7ce314ba6f62b36cfa33930381101136e0507e /languages/en.php | |
parent | a6805f3f58caecdeb6e149a9da292937e21ea2e5 (diff) | |
download | elgg-9858bd526fce9016dc82d1f21b35e6ceb969c140.tar.gz elgg-9858bd526fce9016dc82d1f21b35e6ceb969c140.tar.bz2 |
Fixes #3808 not translating manifest fields through elgg_echo()
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 6c3c041cd..d83d4773b 100644 --- a/languages/en.php +++ b/languages/en.php @@ -613,6 +613,7 @@ $english = array( 'admin:plugins:category:multimedia' => 'Multimedia', 'admin:plugins:category:theme' => 'Themes', 'admin:plugins:category:widget' => 'Widgets', + 'admin:plugins:category:utility' => 'Utilities', 'admin:plugins:sort:priority' => 'Priority', 'admin:plugins:sort:alpha' => 'Alphabetical', |