From 706a5bfeefc783576207e93ff7c4429ae059aad4 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 21 2012 04:49:25 +0000 Subject: Update `Functions/Locale/locale_getOptions.sh' file. --- diff --git a/Scripts/Bash/Functions/Locale/locale_getOptions.sh b/Scripts/Bash/Functions/Locale/locale_getOptions.sh index 49efaac..68e6d60 100755 --- a/Scripts/Bash/Functions/Locale/locale_getOptions.sh +++ b/Scripts/Bash/Functions/Locale/locale_getOptions.sh @@ -104,10 +104,10 @@ function locale_getOptions { esac done - # Verify action names. When no action name is specified, use - # edition as default action name. + # Verify action names. When no action name is specified, print an + # error message explaining an action is required at least. if [[ $ACTIONNAMS == '' ]];then - ACTIONNAMS="locale_updateMessages" + cli_printMessage "`gettext "You need to provide one action at least."`" --as-error-line fi # Redefine ARGUMENTS variable using current positional parameters.