fixes spelling and stuff (#32531)

This commit is contained in:
swindly
2017-11-09 12:03:50 -05:00
committed by CitadelStationBot
parent cde4d39989
commit 3fa561c3b1
16 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ GLOBAL_PROTECT(VVpixelmovement)
if (index == null)
return
var/assoc = 0
var/prompt = alert(src, "Do you want to edit the key or it's assigned value?", "Associated List", "Key", "Assigned Value", "Cancel")
var/prompt = alert(src, "Do you want to edit the key or its assigned value?", "Associated List", "Key", "Assigned Value", "Cancel")
if (prompt == "Cancel")
return
if (prompt == "Assigned Value")