diff --git a/Scripts/Bash/Cli/Functions/Locale/locale_editMessages.sh b/Scripts/Bash/Cli/Functions/Locale/locale_editMessages.sh index 22c7f77..048076c 100755 --- a/Scripts/Bash/Cli/Functions/Locale/locale_editMessages.sh +++ b/Scripts/Bash/Cli/Functions/Locale/locale_editMessages.sh @@ -28,10 +28,7 @@ function locale_editMessages { local FILES='' - # Define list of files to process. In this case the `--filter' - # option (FLAG_FILTER) does not affect find's result. Instead, the - # filter pattern is set explicitly based on the working directory - # where translation messages are sotred in. + # Define list of files to process. if [[ ${WORKDIR} =~ 'trunk/Locales/Scripts' ]];then FILES=$(cli_getFilesList "${WORKDIR}" ".*${TEXTDOMAIN}\.po") else