Index: read.c =================================================================== --- read.c (revision 28655) +++ read.c (revision 28656) @@ -582,7 +582,7 @@ } } TODO("read_text requires size_bump(st, X, Y)") -TODO("textrot: check if we can just use the angle") +TODO("{test} text_rot: check if we can just use the angle") pcb_text_new(ly, pcb_font(st->pcb, 0, 1), X, Y, 90.0*text_direction, text_scaling, 0, text_val, text_flags); return 0; }