Variable Unit.Scale.name

the name of the scale (e.g. h for hour)

struct Unit.Scale
{
  // ...
  string name ;
  // ...
}