aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/languages/en.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-07-02 19:51:22 -0400
committercash <cash.costello@gmail.com>2011-07-02 19:51:22 -0400
commit21cda6136548a46670ca84fae76a046f57927115 (patch)
tree0eb4951feb773ff6df4fc781697bc99bfc4a5b1c /mod/developers/languages/en.php
parentc7e9b59e95b34c0d850e0b53c90a7b9f04ed4d2b (diff)
downloadelgg-21cda6136548a46670ca84fae76a046f57927115.tar.gz
elgg-21cda6136548a46670ca84fae76a046f57927115.tar.bz2
Fixes #3152 adds wrapping of views with comments
Diffstat (limited to 'mod/developers/languages/en.php')
-rw-r--r--mod/developers/languages/en.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/developers/languages/en.php b/mod/developers/languages/en.php
index 827eb6ba3..a20241eff 100644
--- a/mod/developers/languages/en.php
+++ b/mod/developers/languages/en.php
@@ -25,6 +25,8 @@ $english = array(
'developers:help:screen_log' => "This displays elgg_log() and elgg_dump() output on the web page.",
'developers:label:show_strings' => "Show raw translation strings",
'developers:help:show_strings' => "This displays the translation strings used by elgg_echo().",
+ 'developers:label:wrap_views' => "Wrap views",
+ 'developers:help:wrap_views' => "This wraps almost every view with HTML comments. Useful for finding the view creating particular HTML.",
'developers:debug:off' => 'Off',
'developers:debug:error' => 'Error',