diff --git a/Scripts/Bash/Functions/cli_printActionPreamble.sh b/Scripts/Bash/Functions/cli_printActionPreamble.sh index 27e2bad..3bb74bf 100755 --- a/Scripts/Bash/Functions/cli_printActionPreamble.sh +++ b/Scripts/Bash/Functions/cli_printActionPreamble.sh @@ -70,6 +70,11 @@ function cli_printActionPreamble { "The following entries will be deleted" $COUNT_DIRS`:" ;; + 'doLocale' ) + ACTION="`ngettext "Translatable strings will be retrived from the following entry:" \ + "Translatable strings will be retrived from the following entries" $COUNT_DIRS`:" + ;; + * ) cli_printMessage "cli_printActionPreamble: `gettext "The second argument is not valid."`" 'AsErrorLine' cli_printMessage "$(caller)" 'AsToKnowMoreLine'