Show
Ignore:
Timestamp:
07/24/08 14:36:57 (4 months ago)
Author:
shotamchay
Message:

"do you want i..." => "do you want me to..."

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/libinstall/CentStorage.sh

    r5687 r5910  
    146146cp $TMPDIR/final/centstorage.init.d $INSTALL_DIR_CENTREON/examples/centstorage.init.d 
    147147 
    148 yes_no_default "$(gettext "Do you want I install CentStorage init script ?")" 
     148yes_no_default "$(gettext "Do you want me to install CentStorage init script ?")" 
    149149if [ $? -eq 0 ] ; then  
    150150        log "INFO" "$(gettext "CentStorage init script installed")" 
     
    152152                $TMPDIR/final/centstorage.init.d \ 
    153153                $INIT_D/centstorage >> $LOG_FILE 2>&1 
    154         yes_no_default "$(gettext "Do you want I install CentStorage run level ?")" 
     154        yes_no_default "$(gettext "Do you want me to install CentStorage run level ?")" 
    155155                if [ $? -eq 0 ] ; then 
    156156                        install_init_service "centstorage" | tee -a $LOG_FILE