Index: trunk/src_plugins/act_draw/act_polybool.c =================================================================== --- trunk/src_plugins/act_draw/act_polybool.c (revision 35865) +++ trunk/src_plugins/act_draw/act_polybool.c (revision 35866) @@ -59,7 +59,7 @@ } } -static const char pcb_acts_PolyBool[] = "PstkProto([noundo,] unite|isect|sub, [poly1, poly2, [poly...]])\n"; +static const char pcb_acts_PolyBool[] = "PolyBool([noundo,] unite|isect|sub, [poly1, poly2, [poly...]])\n"; static const char pcb_acth_PolyBool[] = "Perform polygon boolean operation on the clipped polygons referred. A poly is either and idpath, selected, found or object (for the object under the cursor). When not specified, two object polygons are used."; /* doc: polybool.html */ static fgw_error_t pcb_act_PolyBool(fgw_arg_t *res, int argc, fgw_arg_t *argv)