aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/languages
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-06-12 23:35:26 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-06-12 23:35:26 +0000
commitf27e958b4eda78099e55558e45c61f17802d0bcc (patch)
treeb90ac610e4b1d4f149a2fb16aeea832c58be3d86 /mod/reportedcontent/languages
parenta23b178eff2982b620e4de21eb609c89071b3ff7 (diff)
downloadelgg-f27e958b4eda78099e55558e45c61f17802d0bcc.tar.gz
elgg-f27e958b4eda78099e55558e45c61f17802d0bcc.tar.bz2
fixing some display issues with reported content - code use a little cleanup
git-svn-id: http://code.elgg.org/elgg/trunk@9195 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent/languages')
-rw-r--r--mod/reportedcontent/languages/en.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/reportedcontent/languages/en.php b/mod/reportedcontent/languages/en.php
index 407717082..c047644e3 100644
--- a/mod/reportedcontent/languages/en.php
+++ b/mod/reportedcontent/languages/en.php
@@ -23,8 +23,8 @@ $english = array(
'reportedcontent:archived' => 'The report has been archived',
'reportedcontent:visit' => 'Visit reported item',
'reportedcontent:by' => 'Report by',
- 'reportedcontent:objecttitle' => 'Object title',
- 'reportedcontent:objecturl' => 'Object url',
+ 'reportedcontent:objecttitle' => 'Page title',
+ 'reportedcontent:objecturl' => 'Page url',
'reportedcontent:reason' => 'Reason for report',
'reportedcontent:description' => 'Why are you reporting this?',
'reportedcontent:address' => 'Location of the item',