diff options
Diffstat (limited to 'mod/reportedcontent/languages')
-rw-r--r-- | mod/reportedcontent/languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
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',
);
|