Spelling, grammar, and Britishism fixes for all things news (#29542)

* Spelling, grammar, and Britishism fixes  for all things news

* Update config/news/trivial.txt

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>

* Update config/news/trivial.txt

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>

---------

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
AmityBlamity
2025-06-13 19:37:08 +00:00
committed by GitHub
co-authored by Burzah
parent d477a881a8
commit 341058c682
6 changed files with 22 additions and 22 deletions
+3 -3
View File
@@ -407,7 +407,7 @@ GLOBAL_LIST_EMPTY(allNewscasters)
return FALSE // Updating handled in that proc
if("censor_channel")
if(is_security && !get_scanned_user(usr)["security"])
set_temp("You do not have permission to perform this action. Please ensure your ID has appropiate access.", "danger")
set_temp("You do not have permission to perform this action. Please ensure your ID has appropriate access.", "danger")
return
var/datum/feed_channel/FC = locateUID(params["uid"])
if(!istype(FC))
@@ -418,7 +418,7 @@ GLOBAL_LIST_EMPTY(allNewscasters)
FC.censored = !FC.censored
if("censor_author", "censor_story")
if(is_security && !get_scanned_user(usr)["security"])
set_temp("You do not have permission to perform this action. Please ensure your ID has appropiate access.", "danger")
set_temp("You do not have permission to perform this action. Please ensure your ID has appropriate access.", "danger")
return
var/datum/feed_message/FM = locateUID(params["uid"])
if(!istype(FM))
@@ -434,7 +434,7 @@ GLOBAL_LIST_EMPTY(allNewscasters)
return FALSE
if("clear_wanted_notice")
if(is_security && !get_scanned_user(usr)["security"])
set_temp("You do not have permission to perform this action. Please ensure your ID has appropiate access.", "danger")
set_temp("You do not have permission to perform this action. Please ensure your ID has appropriate access.", "danger")
return
var/datum/feed_message/WN = GLOB.news_network.wanted_issue
if(!WN)