From 08c8b685eaa76dfaa51c5ca1bf8bb33f09f8faf2 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 17 2012 00:57:44 +0000 Subject: Update `Functions/Locale/locale_editMessages.sh' file. --- diff --git a/Scripts/Bash/Functions/Locale/locale_editMessages.sh b/Scripts/Bash/Functions/Locale/locale_editMessages.sh index 50e97f7..147e17f 100755 --- a/Scripts/Bash/Functions/Locale/locale_editMessages.sh +++ b/Scripts/Bash/Functions/Locale/locale_editMessages.sh @@ -28,7 +28,7 @@ function locale_editMessages { # 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