diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh b/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh index 4b593ee..48a5688 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessageBinary.sh @@ -40,7 +40,7 @@ function locale_updateMessageBinary { local MO_DIR="${L10N_WORKDIR}/LC_MESSAGES" # Define absolute path to machine object file. - local MO_FILE="${MO_DIR}/${CLI_PROGRAM}.sh.mo" + local MO_FILE="${MO_DIR}/${CLI_NAME}.sh.mo" # Print action message. cli_printMessage "${MO_FILE}" --as-creating-line