From 2739ff0fe48f19f533340b1eaeec67e20edc279f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 29 2012 20:28:11 +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 d9ce94f..6bfc825 100755 --- a/Scripts/Bash/Functions/Locale/locale_editMessages.sh +++ b/Scripts/Bash/Functions/Locale/locale_editMessages.sh @@ -48,7 +48,7 @@ function locale_editMessages { # 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}" # Define list of PO files to process based on paths provided as # non-option arguments through centos-art.sh script command-line. @@ -99,6 +99,6 @@ function locale_editMessages { # 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}" }