Index: fontmode.c =================================================================== --- fontmode.c (revision 36667) +++ fontmode.c (revision 36668) @@ -759,7 +759,7 @@ } static const char pcb_acts_FontNormalize[] = "FontNormalize()"; -static const char pcb_acth_FontNormalize[] = "Normalize all glyphs (top-left justify)"; +static const char pcb_acth_FontNormalize[] = "Normalize all glyphs (left justify)"; static fgw_error_t pcb_act_FontNormalize(fgw_arg_t *res, int argc, fgw_arg_t *argv) { pcb_board_t *pcb = PCB_ACT_BOARD;