Revision 497fadb3

b/image_creator/dialog_menu.py
632 632

  
633 633
    wrapper = textwrap.TextWrapper(width=WIDTH - 5)
634 634

  
635
    help_title = "System Preperation Tasks"
636
    sysprep_help = "%s\n%s\n\n" % (help_title, '=' * len(help_title))
637

  
638 635
    syspreps = image.os.list_syspreps()
639 636

  
640 637
    if len(syspreps) == 0:
......
645 642
    while 1:
646 643
        choices = []
647 644
        index = 0
645

  
646
        help_title = "System Preperation Tasks"
647
        sysprep_help = "%s\n%s\n\n" % (help_title, '=' * len(help_title))
648

  
648 649
        for sysprep in syspreps:
649 650
            name, descr = image.os.sysprep_info(sysprep)
650 651
            display_name = name.replace('-', ' ').capitalize()

Also available in: Unified diff