diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-22 16:27:30 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-22 16:27:30 +0000 |
commit | 9bbb5d94bb2a5ee3bf7061826003b54c03697a20 (patch) | |
tree | 8651fbfb5e61b2c5cafc4b10e8e69d88d24d3f41 /mod/reportedcontent/languages | |
parent | 146aa6bf8b3c7bb0ce9cb85f99613cf9b22258c0 (diff) | |
download | elgg-9bbb5d94bb2a5ee3bf7061826003b54c03697a20.tar.gz elgg-9bbb5d94bb2a5ee3bf7061826003b54c03697a20.tar.bz2 |
added title attribute to report this footer link
git-svn-id: http://code.elgg.org/elgg/trunk@6138 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent/languages')
-rw-r--r-- | mod/reportedcontent/languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/reportedcontent/languages/en.php b/mod/reportedcontent/languages/en.php index 6da0b2ba0..97b86d242 100644 --- a/mod/reportedcontent/languages/en.php +++ b/mod/reportedcontent/languages/en.php @@ -18,6 +18,7 @@ 'item:object:reported_content' => 'Reported items', 'reportedcontent' => 'Reported content', 'reportedcontent:this' => 'Report this', + 'reportedcontent:this:title' => 'Report this page to the site administrator for review', 'reportedcontent:none' => 'There is no reported content at this time.', 'reportedcontent:report' => 'Report to admin', 'reportedcontent:title' => 'Page title', |