From a97e81a824fa261c4d7d247e9ac6efbd4f6764f6 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 29 2012 20:28:10 +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 2e93dfa..153318d 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessages.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessages.sh @@ -49,7 +49,7 @@ function locale_updateMessages { # Syncronize changes between repository and working copy. At this # point, changes in the repository are merged in the working copy # and changes in the working copy committed up to repository. - cli_commitRepoChanges "${L10N_WORKDIR}" + cli_syncronizeRepoChanges "${L10N_WORKDIR}" # Evaluate action value to determine whether to use xml2po to # extract translatable strings from XML-based files or to use @@ -76,6 +76,6 @@ function locale_updateMessages { # Syncronize changes between repository and working copy. At this # point, changes in the repository are merged in the working copy # and changes in the working copy committed up to repository. - cli_commitRepoChanges "${L10N_WORKDIR}" + cli_syncronizeRepoChanges "${L10N_WORKDIR}" }