mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Fixes lots of common spelling mistakes (#20086)
* Fixes common spelling errors: "atleast", "infront", "succesfully", "alot" * recieve -> receive * spelling mistakes: percieve, wierd, posession, seperate, succesful * Spelling mistakes: noticable, concious, enviroment, existance, foward, interupted, independant * tgui rebuild * lets make this run * "succeded" mispelling * reverting money spam change
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
/client/proc/toggleadminhelpsound()
|
||||
set name = "Hear/Silence Admin Bwoinks"
|
||||
set category = "Preferences"
|
||||
set desc = "Toggle hearing a notification when admin PMs are recieved"
|
||||
set desc = "Toggle hearing a notification when admin PMs are received"
|
||||
if(!check_rights(R_ADMIN))
|
||||
return
|
||||
prefs.sound ^= SOUND_ADMINHELP
|
||||
@@ -60,7 +60,7 @@
|
||||
/client/proc/togglementorhelpsound()
|
||||
set name = "Hear/Silence Mentorhelp Bwoinks"
|
||||
set category = "Preferences"
|
||||
set desc = "Toggle hearing a notification when mentorhelps are recieved"
|
||||
set desc = "Toggle hearing a notification when mentorhelps are received"
|
||||
if(!check_rights(R_ADMIN|R_MENTOR))
|
||||
return
|
||||
prefs.sound ^= SOUND_MENTORHELP
|
||||
|
||||
Reference in New Issue
Block a user