From 4cbc7a8ff73323070ff03a47eb729bec03f23787 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Dec 20 2010 14:14:51 +0000 Subject: Update cli_getFilesList.sh: - Start using `There is no file to process' message. --- diff --git a/Scripts/Bash/Functions/cli_getFilesList.sh b/Scripts/Bash/Functions/cli_getFilesList.sh index abe161e..7d36caa 100755 --- a/Scripts/Bash/Functions/cli_getFilesList.sh +++ b/Scripts/Bash/Functions/cli_getFilesList.sh @@ -61,7 +61,7 @@ function cli_getFilesList { # Check list of files to process. If we have an empty list of # files, inform about it and stop script execution. if [[ $FILES == '' ]];then - cli_printMessage "`gettext "No file found."`" 'AsErrorLine' + cli_printMessage "`gettext "There is no file to process."`" 'AsErrorLine' cli_printMessage "$(caller)" 'AsToKnowMoreLine' fi