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/functions

    r5734 r5910  
    20302030        local not_clean="1" 
    20312031        while [ $not_clean -ne 0 ] ; do 
    2032                 yes_no_default "$(gettext "Do you want I remove a centreon temporary working space to continue installation ?")" "$yes" 
     2032                yes_no_default "$(gettext "Do you want me to remove the centreon temporary working space to continue installation ?")" "$yes" 
    20332033                if [ "$?" -eq 0 ] ; then  
    20342034                        local tmp_base_dir=`dirname $TMPDIR` 
     
    20662066        log "INFO" "$(gettext "New sudo file generate in:") $sudo_clean" 
    20672067        if [ "$validate" -eq 1 ] ; then  
    2068                 yes_no_default "$(gettext "Do you want I clean your sudo files ? (clean centreon config)")" 
     2068                yes_no_default "$(gettext "Do you want me to clean your sudo files ? (clean centreon config)")" 
    20692069                RC="$?" 
    20702070        fi