Merge pull request #21673 from Cyberboss/patch-1

APC grammar fix
This commit is contained in:
Cheridan
2016-11-22 10:46:53 -06:00
committed by GitHub
+1 -1
View File
@@ -200,7 +200,7 @@
if(has_electronics && terminal)
user << "The cover is [opened==2?"removed":"open"] and the power cell is [ cell ? "installed" : "missing"]."
else
user << "It's [!terminal?" not":""]wired up."
user << "It's [ !terminal ? "not" : "" ] wired up."
user << "The electronics are[!has_electronics?"n't":""] installed."
else