]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixed admin area language string.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 26 Apr 2010 20:41:31 +0000 (20:41 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 26 Apr 2010 20:41:31 +0000 (20:41 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@5885 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/ecml/views/default/ecml/admin/ecml_admin.php

index 0451ad9218d783decea597153fb799e24c42e0a0..b7038b54cb2693fb0b128492d19115c441bda90f 100644 (file)
@@ -16,7 +16,7 @@ $perms = $vars['config']->ecml_permissions;
 ksort($views);
 ksort($keywords);
 
-echo elgg_view_title(elgg_echo('ecml:admin:admin'));
+echo elgg_view_title(elgg_echo('ecml:admin'));
 echo '<p class="margin_top">' . elgg_echo('ecml:admin:instruction') . '</p>';
 
 // yes I'm using a table because this is table.
@@ -140,4 +140,4 @@ $(document).ready(function() {
                }
        });
 });
-</script>
\ No newline at end of file
+</script>