Dashes aren't displayed correctly.

(Bug, Closed -> Not a Bug, Priority: Unknown Priority, Test Status: No automated tests yet , Reported By Bad Link: Thing 3y284of not found, )
Summary: I created a Property named "Health - Starting". After saving, it appears to actually display as "Health Starting" (with just one space, and no hyphens). When I then edit it, it shows in the edit field as "Health Starting" (three spaces, no hyphens). Repeated experiments strongly suggested that all hyphens were apparently being saved as spaces.

Justin: hmm -- that doesn't sound quite right, although it's possible. Spaces and dashes are fungible in many ways, and should be considered equivalent. That's by design: spaces become dashes in, eg, URLs. But I had thought that we were preserving the original value and displaying it that way. I'll look into this one, although I reserve the right to NotABug it...
Justin: yeah, okay, I'm going to NotABug this. It's not as minor as I thought: the fungibility of spaces and dashes is deeply embedded in the NameType, and screwing with it is probably dangerous.
The real fix for this will be the upcoming switch to favoring Display Name, which will have no such problems.