Index: obj_arc.c =================================================================== --- obj_arc.c (revision 24060) +++ obj_arc.c (revision 24061) @@ -656,7 +656,7 @@ pcb_arc_t *newone; if (PCB_FLAG_TEST(PCB_FLAG_LOCK, Arc)) { - pcb_message(PCB_MSG_WARNING, "Sorry, the object is locked\n"); + pcb_message(PCB_MSG_WARNING, "Sorry, arc object is locked\n"); return NULL; } if (ctx->move.dst_layer == Layer && Layer->meta.real.vis)