Index: trunk/src/gui_act.c =================================================================== --- trunk/src/gui_act.c (revision 8645) +++ trunk/src/gui_act.c (revision 8646) @@ -1384,7 +1384,7 @@ #define istrue(s) ((*(s) == '1') || (*(s) == 'y') || (*(s) == 'Y') || (*(s) == 't') || (*(s) == 'T')) static const char pcb_acts_EditLayer[] = "Editlayer([@layer], [name=text|auto=[0|1]|sub=[0|1])]\nEditlayer([@layer], attrib, key=value)"; -static const char pcb_acth_EditLayer[] = "Change a property or attribute of a layer. If the first argument starts with @, it is taken as the layer name to manipulate, else the action uses the current layer. Without argument sor if only a layer name is specified, interactive runs editing."; +static const char pcb_acth_EditLayer[] = "Change a property or attribute of a layer. If the first argument starts with @, it is taken as the layer name to manipulate, else the action uses the current layer. Without arguments or if only a layer name is specified, interactive runs editing."; static int pcb_act_EditLayer(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { int ret = 0, n, interactive = 1, explicit = 0;