From 952524e9aabfbf8ec241d94ef51105b2af8f994a Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 17 2012 00:57:39 +0000 Subject: Update `Functions/Locale/locale_updateMessageMetadata.sh' file. --- diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessageMetadata.sh b/Scripts/Bash/Functions/Locale/locale_updateMessageMetadata.sh index ca7e3a9..e2d1a28 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessageMetadata.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessageMetadata.sh @@ -35,7 +35,7 @@ function locale_updateMessageMetadata { local FILE="$1" # Define current locale. - local CURRENTLOCALE=$(cli_getCurrentLocale) + local CURRENTLOCALE=$(locale_getCurrentLocale) # Define language name from current locale. local LANGNAME=$(cli_getLangName ${CURRENTLOCALE})