From 7605971c97aa7443457655d34876e12c5c680fe9 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 30 Dec 2008 14:58:11 +0000 Subject: Closes #504 git-svn-id: https://code.elgg.org/elgg/trunk@2518 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/languages/en.php | 3 ++- mod/reportedcontent/views/default/reportedcontent/form.php | 2 +- mod/reportedcontent/views/default/reportedcontent/listing.php | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'mod') diff --git a/mod/reportedcontent/languages/en.php b/mod/reportedcontent/languages/en.php index eb917159a..5ac7baa83 100644 --- a/mod/reportedcontent/languages/en.php +++ b/mod/reportedcontent/languages/en.php @@ -36,7 +36,8 @@ 'reportedcontent:address' => 'Location of the item', 'reportedcontent:success' => 'Your report has been sent to the site admin', 'reportedcontent:failing' => 'Your report could not be sent', - 'reportedcontent:report' => 'Report this', + 'reportedcontent:report' => 'Report this', + 'reportedcontent:moreinfo' => 'More info', 'reportedcontent:failed' => 'Sorry, the attempt to report this content has failed.', ); diff --git a/mod/reportedcontent/views/default/reportedcontent/form.php b/mod/reportedcontent/views/default/reportedcontent/form.php index 64a06bb63..926d3ae88 100644 --- a/mod/reportedcontent/views/default/reportedcontent/form.php +++ b/mod/reportedcontent/views/default/reportedcontent/form.php @@ -65,7 +65,7 @@

- +

\ No newline at end of file diff --git a/mod/reportedcontent/views/default/reportedcontent/listing.php b/mod/reportedcontent/views/default/reportedcontent/listing.php index ac0ad1587..2a00e698b 100644 --- a/mod/reportedcontent/views/default/reportedcontent/listing.php +++ b/mod/reportedcontent/views/default/reportedcontent/listing.php @@ -23,7 +23,7 @@ echo "" . elgg_echo('reportedcontent:delete') . "

"; echo "

" . elgg_echo('reportedcontent:by') . ": " . $user . ", " . friendly_time($report->time_created) . "

"; echo "

" . elgg_echo('reportedcontent:objecttitle') . ": " . $report->title . "

"; - echo "

" . elgg_echo("more info") . "

"; + echo "

" . elgg_echo('reportedcontent:moreinfo') . "

"; echo "
"; echo "

" . elgg_echo('reportedcontent:objecturl') . ": address}\">" . elgg_echo('reportedcontent:visit') . "

"; echo "

" . elgg_echo('reportedcontent:reason') . ": " .$report->description . "

"; -- cgit v1.2.3