diff --git a/Scripts/Bash/Functions/cli_printMessage.sh b/Scripts/Bash/Functions/cli_printMessage.sh index 072f0b8..67c3541 100755 --- a/Scripts/Bash/Functions/cli_printMessage.sh +++ b/Scripts/Bash/Functions/cli_printMessage.sh @@ -72,8 +72,8 @@ function cli_printMessage { | awk -f /home/centos/artwork/trunk/Scripts/Bash/Styles/output_forTwoColumns.awk ;; - 'AsRemovingLine' ) - echo "`gettext "Removing"`: $MESSAGE" \ + 'AsDeletingLine' ) + echo "`gettext "Deleting"`: $MESSAGE" \ | awk -f /home/centos/artwork/trunk/Scripts/Bash/Styles/output_forTwoColumns.awk ;;