diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm
index b8112fb735e7..8fb9435b6e7c 100644
--- a/code/game/machinery/cryopod.dm
+++ b/code/game/machinery/cryopod.dm
@@ -374,7 +374,7 @@ GLOBAL_VAR_INIT(cryopods_enabled, FALSE)
return
if(!GLOB.cryopods_enabled)
- to_chat(user, span_boldnotice("NanoTrasen does not allow abandoning your crew during a crisis. Cryo systems disabled until the current crisis is resolved."))
+ to_chat(user, span_boldnotice("Nanotrasen does not allow abandoning your crew during a crisis. Cryo systems disabled until the current crisis is resolved."))
return
if(occupant)
diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm
index 6c4bf27335cd..e1159a7dce30 100644
--- a/code/game/objects/items/devices/radio/headset.dm
+++ b/code/game/objects/items/devices/radio/headset.dm
@@ -206,7 +206,7 @@
/obj/item/radio/headset/headset_cent
name = "\improper CentCom headset"
- desc = "A headset used by the upper echelons of NanoTrasen."
+ desc = "A headset used by the upper echelons of Nanotrasen."
icon_state = "cent_headset"
keyslot = new /obj/item/encryptionkey/headset_com
keyslot2 = new /obj/item/encryptionkey/headset_cent
diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm
index f8032d2a705a..e82d53f88f43 100644
--- a/code/modules/admin/topic.dm
+++ b/code/modules/admin/topic.dm
@@ -2319,7 +2319,7 @@
return
var/customname = input(src, "Pick a title for the report", "Title") as text|null
- var/prefix = "
NanoTrasen Fax Network
RE: [inputsubject]
"
+ var/prefix = "Nanotrasen Fax Network
RE: [inputsubject]
"
var/suffix = "
Signed: [inputsigned]"
inputmessage = parsemarkdown(inputmessage)
diff --git a/code/modules/antagonists/nukeop/equipment/nuclearbomb.dm b/code/modules/antagonists/nukeop/equipment/nuclearbomb.dm
index d4c6bdef3518..6157aa467e5b 100644
--- a/code/modules/antagonists/nukeop/equipment/nuclearbomb.dm
+++ b/code/modules/antagonists/nukeop/equipment/nuclearbomb.dm
@@ -1,6 +1,6 @@
/obj/machinery/nuclearbomb
name = "nuclear fission explosive"
- desc = "A stolen NanoTrasen branded nuclear bomb. You probably shouldn't stick around to see if this is armed."
+ desc = "A stolen Nanotrasen branded nuclear bomb. You probably shouldn't stick around to see if this is armed."
icon = 'icons/obj/machines/nuke.dmi'
icon_state = "nuclearbomb_base"
base_icon_state = "nuclearbomb"
diff --git a/code/modules/awaymissions/corpse.dm b/code/modules/awaymissions/corpse.dm
index 94b0f590c0d0..5627157c0fb5 100644
--- a/code/modules/awaymissions/corpse.dm
+++ b/code/modules/awaymissions/corpse.dm
@@ -403,7 +403,7 @@
/obj/effect/mob_spawn/human/bartender/alive/space
name = "space bartender sleeper"
- flavour_text = "You got this place from your old man, a bar in the middle of nowhere. Or at least, until NanoTrasen decided to move in. Time to mix drinks and change lives."
+ flavour_text = "You got this place from your old man, a bar in the middle of nowhere. Or at least, until Nanotrasen decided to move in. Time to mix drinks and change lives."
important_info = "Do not leave your post under any circumstances!"
outfit = /datum/outfit/spacebartender/space
diff --git a/code/modules/cargo/expressconsole.dm b/code/modules/cargo/expressconsole.dm
index 3ec66739dcfe..ca3636f094a0 100644
--- a/code/modules/cargo/expressconsole.dm
+++ b/code/modules/cargo/expressconsole.dm
@@ -9,7 +9,7 @@
/obj/machinery/computer/cargo/express
name = "express supply console"
desc = "This console allows the user to purchase a package \
- with 1/40th of the delivery time: made possible by NanoTrasen's new \"1500mm Orbital Railgun\".\
+ with 1/40th of the delivery time: made possible by Nanotrasen's new \"1500mm Orbital Railgun\".\
All sales are near instantaneous - please choose carefully"
icon_screen = "supply_express"
circuit = /obj/item/circuitboard/computer/cargo/express
diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm
index cbaf9684f247..3af7218fff12 100644
--- a/code/modules/clothing/head/jobs.dm
+++ b/code/modules/clothing/head/jobs.dm
@@ -181,7 +181,7 @@
/obj/item/clothing/head/beret/archaic
name = "archaic beret"
- desc = "An absolutely ancient beret, allegedly worn by the first mime to ever step foot on a NanoTrasen station."
+ desc = "An absolutely ancient beret, allegedly worn by the first mime to ever step foot on a Nanotrasen station."
icon_state = "archaicberet"
dog_fashion = null
@@ -338,7 +338,7 @@
/obj/item/clothing/head/beret/sec/centcom
name = "\improper CentCom beret"
- desc = "A special beret with the NanoTrasen logo emblazoned on it. For where no man has gone before."
+ desc = "A special beret with the Nanotrasen logo emblazoned on it. For where no man has gone before."
icon_state = "official"
//Curator
diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm
index ced13196d2a9..95cd0b5ba2c1 100644
--- a/code/modules/clothing/shoes/miscellaneous.dm
+++ b/code/modules/clothing/shoes/miscellaneous.dm
@@ -451,7 +451,7 @@
/obj/item/clothing/shoes/xeno_wraps //Standard for all digitigrade legs and feets
name = "footwraps"
- desc = "Standard issue NanoTrasen cloth footwraps for those with podiatric deficiencies. They're quite itchy and scratchy."
+ desc = "Standard issue Nanotrasen cloth footwraps for those with podiatric deficiencies. They're quite itchy and scratchy."
icon_state = "footwraps"
item_state = "footwraps"
xenoshoe = EITHER_STYLE // This can be worn by digitigrade or straight legs, or a hybridization thereof (one prosthetic one digitigrade). Xenoshoe variable will default to NO_DIGIT, excluding digitigrade feet.
@@ -469,7 +469,7 @@
/obj/item/clothing/shoes/xeno_wraps/command // Not applicable unless 11505 merges - Digitigrade-exclusive shoes for Command positions
name = "command footwraps"
- desc = "These Command-grade NanoTrasen fiber footwraps exude an air of refinement not often felt by those with alien podiatric structures."
+ desc = "These Command-grade Nanotrasen fiber footwraps exude an air of refinement not often felt by those with alien podiatric structures."
icon_state = "footwraps_c"
item_state = "footwraps_c"
xenoshoe = YES_DIGIT // This is digitigrade leg exclusive
@@ -509,7 +509,7 @@
/obj/item/clothing/shoes/xeno_wraps/engineering
name = "engineering footwraps"
- desc = "Standard issue NanoTrasen cloth footwraps, specially made for the frequent glass treader. Electrically insulated."
+ desc = "Standard issue Nanotrasen cloth footwraps, specially made for the frequent glass treader. Electrically insulated."
icon_state = "footwraps_e"
item_state = "footwraps_e"
xenoshoe = YES_DIGIT
@@ -518,7 +518,7 @@
/obj/item/clothing/shoes/xeno_wraps/science
name = "science footwraps"
- desc = "Standard issue NanoTrasen cloth footwraps, to reduce fatigue when standing at a console all day."
+ desc = "Standard issue Nanotrasen cloth footwraps, to reduce fatigue when standing at a console all day."
icon_state = "footwraps_sc"
item_state = "footwraps_sc"
xenoshoe = YES_DIGIT
@@ -526,7 +526,7 @@
/obj/item/clothing/shoes/xeno_wraps/medical
name = "medical footwraps"
- desc = "Standard issue NanoTrasen cloth footwraps, for when you dont want other people's blood all over your feet."
+ desc = "Standard issue Nanotrasen cloth footwraps, for when you dont want other people's blood all over your feet."
icon_state = "footwraps_m"
item_state = "footwraps_m"
xenoshoe = YES_DIGIT
@@ -534,7 +534,7 @@
/obj/item/clothing/shoes/xeno_wraps/cargo
name = "cargo footwraps"
- desc = "Standard issue NanoTrasen cloth footwraps, with reinforcment to protect against falling crates."
+ desc = "Standard issue Nanotrasen cloth footwraps, with reinforcment to protect against falling crates."
icon_state = "footwraps_ca"
item_state = "footwraps_ca"
xenoshoe = YES_DIGIT
diff --git a/code/modules/jobs/job_types/captain.dm b/code/modules/jobs/job_types/captain.dm
index f35d90193696..6365594bd8dc 100644
--- a/code/modules/jobs/job_types/captain.dm
+++ b/code/modules/jobs/job_types/captain.dm
@@ -9,7 +9,7 @@
faction = "Station"
total_positions = 1
spawn_positions = 1
- supervisors = "NanoTrasen officers and Space law" //Changed to officer to separate from CentCom officials being their superior.
+ supervisors = "Nanotrasen officers and Space law" //Changed to officer to separate from CentCom officials being their superior.
selection_color = "#ccccff"
req_admin_notify = 1
space_law_notify = 1 //Yogs
diff --git a/code/modules/mining/machine_vending.dm b/code/modules/mining/machine_vending.dm
index cd67b979af49..3dc7fcb2ce27 100644
--- a/code/modules/mining/machine_vending.dm
+++ b/code/modules/mining/machine_vending.dm
@@ -284,7 +284,7 @@
/obj/machinery/mineral/equipment_vendor/free_miner
name = "free miner ship equipment vendor"
- desc = "A vendor sold by NanoTrasen to profit off small mining contractors."
+ desc = "A vendor sold by Nanotrasen to profit off small mining contractors."
prize_list = list(
new /datum/data/mining_equipment("Kinetic Accelerator", /obj/item/gun/energy/kinetic_accelerator, 750, VENDING_WEAPON),
new /datum/data/mining_equipment("Resonator", /obj/item/resonator, 800, VENDING_WEAPON),
diff --git a/strings/gimmick_objectives.txt b/strings/gimmick_objectives.txt
index f47e42496466..a861f287b64e 100644
--- a/strings/gimmick_objectives.txt
+++ b/strings/gimmick_objectives.txt
@@ -9,7 +9,7 @@ Waste Medical's time and resources with non-fatal injuries.
Steal Syndicate technology back from security.
Waste security's time with minor crimes and manhunts.
Stage a robbery of the station vault, and make off with as many credits as you can.
-Promote mistrust and doubt of NanoTrasen, whilst promoting the Syndicate among the crew at the same time.
+Promote mistrust and doubt of Nanotrasen, whilst promoting the Syndicate among the crew at the same time.
Waste station resources such as cargo's credits and R&D's research points.
Start an organ harvesting operation.
Sabotage a department of your choice whenever possible, and when anyone complains, try to convince them you're new.
diff --git a/strings/wanted_message.json b/strings/wanted_message.json
index 73027797695a..72adb31e3d3d 100644
--- a/strings/wanted_message.json
+++ b/strings/wanted_message.json
@@ -30,7 +30,7 @@
"noun": {
"secret plans": 50,
"the hand teleporter": 50,
- "an NT centcomm uniform": 50,
+ "an NT centcom uniform": 50,
"a supermatter shard": 50,
"internal Syndicate documents": 50,
"experimental Nanotrasen technology": 50,
diff --git a/strings/yogs_ion_laws.json b/strings/yogs_ion_laws.json
index ccca6dc6a885..03c37252fc80 100644
--- a/strings/yogs_ion_laws.json
+++ b/strings/yogs_ion_laws.json
@@ -68,10 +68,10 @@
"DESTROY US ALL",
"RUIN EVERYTHING",
"DEFEAT THE BOSS",
- "EMERGE VICTORIUS",
+ "EMERGE VICTORIOUS",
"GET THE DISK",
"MAKE ANNOUNCEMENTS",
- "CONTACT CENTCOMM",
+ "CONTACT CENTCOM",
"EVADE JUSTICE",
"GO UNDERCOVER",
"DO AS YOU SEE FIT",
diff --git a/tools/travis/check_grep.sh b/tools/travis/check_grep.sh
index 5c1cfb3e4999..fe03b960929a 100755
--- a/tools/travis/check_grep.sh
+++ b/tools/travis/check_grep.sh
@@ -46,6 +46,14 @@ if grep -i 'centcomm' _maps/**/*.dmm; then
echo "ERROR: Misspelling(s) of CENTCOM detected in maps, please remove the extra M(s)."
st=1
fi;
+if grep 'NanoTrasen' code/**/*.dm; then
+ echo "ERROR: Misspelling(s) of Nanotrasen detected in code, please uncapitalize the T."
+ st=1
+fi;
+if grep 'NanoTrasen' _maps/**/*.dmm; then
+ echo "ERROR: Misspelling(s) of Nanotrasen detected in maps, please uncapitalize the T."
+ st=1
+fi;
if grep -i 'balloon_alert\(.*?, ?"[A-Z]'; then
echo
echo "ERROR: Balloon alerts should not start with capital letters. This includes text like 'AI'. If this is a false positive, wrap the text in UNLINT()."
diff --git a/yogstation/code/game/gamemodes/infiltration/infiltration.dm b/yogstation/code/game/gamemodes/infiltration/infiltration.dm
index 829f852b3129..ea03343124e6 100644
--- a/yogstation/code/game/gamemodes/infiltration/infiltration.dm
+++ b/yogstation/code/game/gamemodes/infiltration/infiltration.dm
@@ -43,7 +43,7 @@
return ..()
/datum/game_mode/infiltration/generate_report() //make this less shit
- return "Reports show that the Syndicate is rounding up it's elite agents, possibly for a raid on a NanoTrasen-controlled station. Keep an eye out for unusual people."
+ return "Reports show that the Syndicate is rounding up it's elite agents, possibly for a raid on a Nanotrasen-controlled station. Keep an eye out for unusual people."
/datum/game_mode/infiltration/set_round_result()
..()
diff --git a/yogstation/code/modules/spacepods/parts.dm b/yogstation/code/modules/spacepods/parts.dm
index d37c220ce8bc..18c739e5a242 100644
--- a/yogstation/code/modules/spacepods/parts.dm
+++ b/yogstation/code/modules/spacepods/parts.dm
@@ -159,14 +159,14 @@
/obj/item/pod_parts/armor/security
name = "security pod armor"
icon_state = "pod_armor_mil"
- desc = "Tough military-grade pod armor, meant for use by the NanoTrasen military and it's sub-divisons for space combat."
+ desc = "Tough military-grade pod armor, meant for use by the Nanotrasen military and it's sub-divisons for space combat."
pod_icon_state = "pod_mil"
pod_desc = "An armed security spacepod with reinforced armor plating brandishing the Nanotrasen Military insignia"
pod_integrity = 350
/obj/item/pod_parts/armor/security/red
name = "security pod armor"
icon_state = "pod_armor_synd"
- desc = "Tough military-grade pod armor, meant for use by the NanoTrasen military and it's sub-divisons for space combat."
+ desc = "Tough military-grade pod armor, meant for use by the Nanotrasen military and it's sub-divisons for space combat."
pod_icon_state = "pod_synd"
pod_desc = "An armed security spacepod with reinforced armor plating brandishing the Nanotrasen Military insignia"
pod_integrity = 350