fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-02-09 11:52 am

[dw-free] Entries marked as nsfw/18+ by maintainers don't have an explanatory message

[commit: http://hg.dwscoalition.org/dw-free/rev/09a36de1bac5]

http://bugs.dwscoalition.org/show_bug.cgi?id=2923

Add missing string when entries have been marked as NSFW/18+ by community
administrators.

Patch by [personal profile] teganmul.

Files modified:
  • htdocs/misc/adult_content.bml.text
--------------------------------------------------------------------------------
diff -r a7ecd3b0754f -r 09a36de1bac5 htdocs/misc/adult_content.bml.text
--- a/htdocs/misc/adult_content.bml.text	Thu Feb 09 19:41:01 2012 +0800
+++ b/htdocs/misc/adult_content.bml.text	Thu Feb 09 19:54:37 2012 +0800
@@ -11,6 +11,8 @@
 
 .message.concepts.byposter.reason=[[poster]] provided the following reason why this entry should be viewed with discretion: <strong>[[reason]]</strong>.
 
+.message.concepts.bycommunity=You're about to view content that community administrators on [[journal]] have advised <strong>should be viewed with discretion</strong>. To continue, you must confirm you want to view this content.
+
 .message.concepts.communityreason=[[journal]] has provided the following reason why this community should be viewed with discretion: <strong>[[reason]]</strong>.
 
 .message.concepts.journalreason=[[journal]] provided the following reason why this journal should be viewed with discretion: <strong>[[reason]]</strong>.
@@ -31,6 +33,8 @@
 
 .message.explicit.byposter.reason=[[poster]] provided the following reason for this entry being marked "suitable for 18+": <strong>[[reason]]</strong>.
 
+.message.explicit.bycommunity=You're about to view content that community administrators on [[journal]] have marked as <strong>inappropriate for anyone under the age of 18</strong>. To continue, you must confirm that you're at least 18 years of age.
+
 .message.explicit.communityreason=[[journal]] provided the following reason for this community being marked"suitable for 18+": <strong>[[reason]]</strong>.
 
 .message.explicit.journalreason=[[journal]] provided the following reason for this journal being marked "suitable for 18+": <strong>[[reason]]</strong>.
--------------------------------------------------------------------------------