mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user