/**
Creates property grid for the manager. Reimplement in derived class to
- use subclassed wxPropertyGrid. However, if you do this then you
- must also use the two-step construction (i.e. default constructor and
+ use subclassed wxPropertyGrid. However, if you do this then you
+ must also use the two-step construction (ie. default constructor and
Create() instead of constructor with arguments) when creating the
manager.
*/