From c05818ad1089d772f3b9e735fca4b98e8e40fc30 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 6 Sep 2008 16:42:57 +0000 Subject: Closes 331: Removed fixed string in translation. Thanks for the spot! git-svn-id: https://code.elgg.org/elgg/trunk@2053 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/languages/en.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/reportedcontent') diff --git a/mod/reportedcontent/languages/en.php b/mod/reportedcontent/languages/en.php index e00c02c6b..f1e140463 100644 --- a/mod/reportedcontent/languages/en.php +++ b/mod/reportedcontent/languages/en.php @@ -35,7 +35,8 @@ 'reportedcontent:description' => 'Why are you reporting this?', '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:failing' => 'Your report could not be sent', + 'reportedcontent:report' => 'Report this', ); -- cgit v1.2.3