From 1c3c6333445bc05a5dac0346fc1deea0096f4672 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 17 2012 00:57:43 +0000 Subject: Update `Functions/Locale/locale_updateMessages.sh' file. --- diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessages.sh b/Scripts/Bash/Functions/Locale/locale_updateMessages.sh index ba8db0a..b3dea19 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessages.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessages.sh @@ -32,7 +32,7 @@ function locale_updateMessages { # Verify current locale information to avoid English messages from # being localized to themselves. The English language is used as # reference to write translatable strings inside the source files. - if [[ $(cli_getCurrentLocale) =~ '^en' ]];then + if [[ $(locale_getCurrentLocale) =~ '^en' ]];then cli_printMessage "`gettext "The English language cannot be localized to itself."`" --as-error-line fi