This commit is contained in:
Detective Google
2020-08-09 16:36:58 -05:00
parent 448809d25f
commit bbe32ab412
+1 -1
View File
@@ -3,7 +3,7 @@
set desc = "Open a list of available news channels"
set category = "Ghost"
var/datum/browser/B = new(src, "ghost_news_list", "Chanenl List", 450, 600)
var/datum/browser/B = new(src, "ghost_news_list", "Channel List", 450, 600)
B.set_content(render_news_channel_list())
B.open()