diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-04 03:39:37 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-04 03:39:37 +0000 |
commit | 41063c981d2484b90b7ea146c02e8e74f2c54119 (patch) | |
tree | 9bb4ea79b4bd845e4be49f49c924966f881433e8 /mod/reportedcontent/languages | |
parent | e209ef52571b1e0f6a3937d3e88c9150c384994c (diff) | |
download | elgg-41063c981d2484b90b7ea146c02e8e74f2c54119.tar.gz elgg-41063c981d2484b90b7ea146c02e8e74f2c54119.tar.bz2 |
Merged reported content interface changes.
git-svn-id: http://code.elgg.org/elgg/trunk@5271 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent/languages')
-rw-r--r-- | mod/reportedcontent/languages/en.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/reportedcontent/languages/en.php b/mod/reportedcontent/languages/en.php index 00cc73e0e..6da0b2ba0 100644 --- a/mod/reportedcontent/languages/en.php +++ b/mod/reportedcontent/languages/en.php @@ -18,14 +18,14 @@ 'item:object:reported_content' => 'Reported items', 'reportedcontent' => 'Reported content', 'reportedcontent:this' => 'Report this', - 'reportedcontent:none' => 'There is no reported content', + 'reportedcontent:none' => 'There is no reported content at this time.', 'reportedcontent:report' => 'Report to admin', 'reportedcontent:title' => 'Page title', 'reportedcontent:deleted' => 'The reported content has been deleted', 'reportedcontent:notdeleted' => 'We were not able to delete that report', - 'reportedcontent:delete' => 'Delete it', + 'reportedcontent:delete' => 'Delete', 'reportedcontent:areyousure' => 'Are you sure you want to delete?', - 'reportedcontent:archive' => 'Archive it', + 'reportedcontent:archive' => 'Archive', 'reportedcontent:archived' => 'The report has been archived', 'reportedcontent:visit' => 'Visit reported item', 'reportedcontent:by' => 'Report by', @@ -38,7 +38,7 @@ 'reportedcontent:failing' => 'Your report could not be sent', 'reportedcontent:report' => 'Report this', 'reportedcontent:moreinfo' => 'More info', - + 'reportedcontent:warning' => 'Please don\'t abuse the reporting service.', 'reportedcontent:failed' => 'Sorry, the attempt to report this content has failed.', 'reportedcontent:notarchived' => 'We were not able to archive that report', ); |