Changeset 16 for trunk


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

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

Location:
trunk/pxeconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig/Changelog

    r15 r16  
    22        Bugfix now we can run pxeconfig a second time to change the pxe boot file.
    33        Reported by: Ole Holm Nielsen
     4
     5        Phrase change use 'Select a number:' instead of 'Choice a number'
     6        Proposed by: Ole Holm Nielsen
  • trunk/pxeconfig/changelog

    r15 r16  
    1 Always edit this file when changes are commited::
     1Always edit this file when changes are commited:
    22
    33$Log: changelog,v $
     4Revision 1.14  2002/08/16 07:43:21  sscpbas
     5Changed the phrase 'Choice a number' to 'Select a number'
     6
    47Revision 1.13  2002/08/16 05:55:13  sscpbas
    58Added a Changelog for the distribution and fix an error when pxeconfig runs
  • 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.