diff --git a/Scripts/Bash/Functions/Html/html_getActions.sh b/Scripts/Bash/Functions/Html/html_getActions.sh index ca1e27f..4ef6d51 100755 --- a/Scripts/Bash/Functions/Html/html_getActions.sh +++ b/Scripts/Bash/Functions/Html/html_getActions.sh @@ -1,7 +1,7 @@ #!/bin/bash # # html_getActions.sh -- This function initializes HTML string -# manipulation functionalities, using the option value of +# manipulation functionalities, using the action value of # centos-art.sh script as reference. # # Copyright (C) 2009, 2010 Alain Reguera Delgado @@ -27,7 +27,7 @@ function html_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 html_getActions { ;; * ) - cli_printMessage "`eval_gettext "The option provided is not valid."`" + cli_printMessage "`gettext "The option provided is not valid."`" 'AsErrorLine' ;; esac diff --git a/Scripts/Bash/Functions/Html/html_updateHeadings.sh b/Scripts/Bash/Functions/Html/html_updateHeadings.sh index 84a09b1..b9d0949 100644 --- a/Scripts/Bash/Functions/Html/html_updateHeadings.sh +++ b/Scripts/Bash/Functions/Html/html_updateHeadings.sh @@ -54,7 +54,7 @@ function html_updateHeadings { local -a LINK # Define html heading regular expression pattern. Use parenthisis - # to save html option name, option value, and heading title. + # to save html action name, action value, and heading title. PATTERN="(]>)(.*[^<])" # Define short options we want to support.