Recieve --> receive grammarfix

Changes all "recieve"s in descriptions around the tgstation to "receive". Also energy katana description high priority fix.

Fixes #8576
Fixes #8504
This commit is contained in:
kingofkosmos
2015-04-03 19:42:34 +03:00
parent 5be93a2b1a
commit 2e4a8fcce8
15 changed files with 24 additions and 45 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
/client/proc/toggleadminhelpsound()
set name = "Hear/Silence Adminhelps"
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(!holder) return
prefs.toggles ^= SOUND_ADMINHELP
prefs.save_preferences()