diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-15 12:22:59 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-15 12:22:59 +0000 |
commit | a25b09af5f68978f2616f71d1ab821c5abafdc8a (patch) | |
tree | 02eb7b83590f3b061b6114179045589bb8bb3198 | |
parent | 494782c9fd33617dcf11c44c22562d2bf98ed2d4 (diff) | |
download | elgg-a25b09af5f68978f2616f71d1ab821c5abafdc8a.tar.gz elgg-a25b09af5f68978f2616f71d1ab821c5abafdc8a.tar.bz2 |
Added a language entry for reported items
git-svn-id: https://code.elgg.org/elgg/trunk@1933 36083f99-b078-4883-b0ff-0f9b5a30f544
-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 b874c1c78..c2b336edc 100644 --- a/mod/reportedcontent/languages/en.php +++ b/mod/reportedcontent/languages/en.php @@ -15,6 +15,7 @@ * Menu items and titles
*/
+ 'item:object:reported_content' => 'Reported items',
'reportedcontent' => 'Reported content',
'reportedcontent:this' => 'Report this',
'reportedcontent:none' => 'There is no reported content',
|