diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-06 17:29:16 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-06 17:29:16 +0000 |
commit | 8677735213dd71e3ccb889fe83027671872cccd0 (patch) | |
tree | 18c5e6d80f548a3127b5301dcd446b53b93c713e /mod/reportedcontent | |
parent | c05818ad1089d772f3b9e735fca4b98e8e40fc30 (diff) | |
download | elgg-8677735213dd71e3ccb889fe83027671872cccd0.tar.gz elgg-8677735213dd71e3ccb889fe83027671872cccd0.tar.bz2 |
Refs #331: Trying this again...
git-svn-id: https://code.elgg.org/elgg/trunk@2054 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent')
-rw-r--r-- | mod/reportedcontent/languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/languages/en.php b/mod/reportedcontent/languages/en.php index f1e140463..1504835f2 100644 --- a/mod/reportedcontent/languages/en.php +++ b/mod/reportedcontent/languages/en.php @@ -36,7 +36,7 @@ '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',
);
|