Ignore:
Timestamp:
08/16/02 09:43:21 (22 years ago)
Author:
sscpbas
Message:

Changed the phrase 'Choice a number' to 'Select a number'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig/pxeconfig

    r15 r16  
    77#
    88# CVS info
    9 #  $Date: 2002/08/16 05:55:13 $
    10 #  $Revision: 1.8 $
     9#  $Date: 2002/08/16 07:43:21 $
     10#  $Revision: 1.9 $
    1111#
    1212# Copyright (C) 2002
     
    102102
    103103  while 1:
    104     index = raw_input('Choice a number: ')
     104    index = raw_input('Select a number: ')
    105105    try:
    106106      index = int(index)
Note: See TracChangeset for help on using the changeset viewer.