Description
r59130.
Output of the color command should be always formatted the same.
This is fine:
>color 70
Color 70
But this is wrong:
>color 07
Color 7 (should be 07)
It can be improved by formatting the string as %02x instead of %x in language files, fixed in attached patch.