diff --git a/code/game/machinery/newscaster.dm b/code/game/machinery/newscaster.dm
index 11e4d0a49c6..5c75562db25 100644
--- a/code/game/machinery/newscaster.dm
+++ b/code/game/machinery/newscaster.dm
@@ -710,7 +710,7 @@ obj/item/weapon/newspaper/attack_self(mob/user as mob)
var/datum/feed_channel/C = src.news_content[src.curr_page]
dat+="[C.channel_name] \[created by: [C.author]\]
"
if(C.censored)
- dat+="This channel was deemed dangerous to the general welfare of the station and therefore marked with a D-Notice. Its contents were not transferred to the newspaper at the time of printing."
else
if(isemptylist(C.messages))
dat+="No Feed stories stem from this channel..."
diff --git a/html/changelog.html b/html/changelog.html
index c7a555f2bf0..6bff8da373b 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -61,7 +61,7 @@ Stuff which is in development and not yet visible to players or just code relate
should be listed in the changelog upon commit tho. Thanks. -->
-29 February 2012, got Comp Arch exams on Wednesday :(
+29 January 2012, got Comp Arch exams on Wednesday :(