summaryrefslogtreecommitdiff
path: root/download-translations
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-12 01:09:11 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-12 01:09:11 +0100
commitd3a8fab4e8cb90e88eee15f1f4b2a431352458d9 (patch)
treea7a648e2964044d819b22402e211902ec5b45eb8 /download-translations
parent227a99369534a60cd1d9c870885edd8c545a8722 (diff)
Change CVS -> git in various places
but keep backwards compatibility wrt to the GST_CVS variable.
Diffstat (limited to 'download-translations')
-rwxr-xr-xdownload-translations4
1 files changed, 2 insertions, 2 deletions
diff --git a/download-translations b/download-translations
index bb71c31..21f2ac0 100755
--- a/download-translations
+++ b/download-translations
@@ -93,12 +93,12 @@ if [ -n "$DOMAINS_UPDATED" ]; then
echo "===================================================================="
echo
echo "Language domains updated :$DOMAINS_UPDATED"
- echo "Language domains to cvs add :$DOMAINS_TO_ADD"
+ echo "Language domains to git add :$DOMAINS_TO_ADD"
echo
echo "Source: http://translationproject.org/latest/$PACKAGE/"
echo
if [ -n "$DOMAINS_TO_ADD" ]; then
- CMD_STRING="cvs add"
+ CMD_STRING="git add"
for d in $DOMAINS_TO_ADD; do
CMD_STRING="$CMD_STRING po/$d.po"
done