From 1d8fa7b932fb5835a8161a8f8316eec359e99de9 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Nov 26 2010 11:13:03 +0000 Subject: Update comments and error message output in shell_getActions.sh script. --- diff --git a/Scripts/Bash/Functions/Shell/shell_getActions.sh b/Scripts/Bash/Functions/Shell/shell_getActions.sh index ca12b5f..0fb833b 100755 --- a/Scripts/Bash/Functions/Shell/shell_getActions.sh +++ b/Scripts/Bash/Functions/Shell/shell_getActions.sh @@ -1,7 +1,7 @@ #!/bin/bash # # shell_getActions.sh -- This function initializes very simple string -# manipulations to Bash scripts (*.sh), using the option value of +# manipulations to Bash scripts (*.sh), using the action value of # centos-art.sh script as reference. # # Copyright (C) 2009, 2010 Alain Reguera Delgado @@ -27,7 +27,7 @@ function shell_getActions { - # Evaluate option name and define which actions does centos-art.sh + # Evaluate action name and define which actions does centos-art.sh # script supports. case $ACTIONNAM in @@ -37,7 +37,7 @@ function shell_getActions { ;; * ) - cli_printMessage "`eval_gettext "The option provided is not valid."`" + cli_printMessage "`gettext "The option provided is not valid."`" 'AsErrorLine' cli_printMessage "$(caller)" 'AsToKnowMoreLine' ;;