From e9205dad038ba26f9416d2bb528486aed6ed5bed Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 18 2011 23:20:57 +0000 Subject: Fix path to manuals in Locale/locale_updateMessages.sh. --- diff --git a/Scripts/Functions/Locale/locale_updateMessages.sh b/Scripts/Functions/Locale/locale_updateMessages.sh index 4260d28..833efe2 100755 --- a/Scripts/Functions/Locale/locale_updateMessages.sh +++ b/Scripts/Functions/Locale/locale_updateMessages.sh @@ -35,7 +35,7 @@ function locale_updateMessages { # extract translatable strings from XML-based files or to use # xgettext to extract translatable strings from shell script # files. - if [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/(Manual|Identity/Models)/.*$" ]];then + if [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/(Manuals|Identity/Models)/.*$" ]];then # Update translatable strings inside portable object templates # for XML-based files (e.g., scalable vector graphics).