summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-03-23 19:43:58 +0100
committerPetr Mladek <pmladek@suse.cz>2011-03-25 12:13:50 +0100
commit5b817befbb5444f59e2e6629193f27663b230dd7 (patch)
treed70027e7cecedc16d85bad49362eb2bda023ac95 /configure.in
parent23b7e7340671e3994179f14120398ca072a5c922 (diff)
download "traslations" instead of "l10n" repo
the new one stores strings as in PO files
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index efe1e1a05b75..b41603baaa21 100755
--- a/configure.in
+++ b/configure.in
@@ -7653,7 +7653,7 @@ if test -z "$WITH_LANG"; then
AC_MSG_RESULT([en-US])
else
AC_MSG_RESULT([$WITH_LANG])
- GIT_REPO_NAMES="$GIT_REPO_NAMES l10n"
+ GIT_REPO_NAMES="$GIT_REPO_NAMES translations"
fi
AC_SUBST(WITH_LANG)
AC_SUBST(GIT_REPO_NAMES)