Grammar fixes to atom descriptions (#31293)

* Grammar fixes to atom descriptions

- Capitalization and punctuation on most descriptions
- CentCom instead of centcom where appropriate
- Earth instead of earth where appropriate

* Remove spaces before newlines and oneline some strings
This commit is contained in:
Tad Hardesty
2017-10-05 13:33:35 -07:00
committed by ShizCalev
parent dd882ba0c3
commit 5a0bb2f599
151 changed files with 238 additions and 241 deletions

View File

@@ -2257,7 +2257,7 @@
if(!newname)
return
G.name = newname
var/description = input("Enter centcom message contents:") as message|null
var/description = input("Enter CentCom message contents:") as message|null
if(!description)
return
G.report_message = description