summaryrefslogtreecommitdiff
path: root/docs/internals/contributing
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-10-14 23:03:01 +0200
committerClaude Paroz <claude@2xlibre.net>2012-10-14 23:03:01 +0200
commita451d2b4a21af062bd1295f71ae62ef770963d4f (patch)
tree346b70d31bf93b9755f647d88c0e8e0bb63a56f2 /docs/internals/contributing
parente6f45aa623d9a67a2d6389665ca1bea0556dc832 (diff)
downloaddjango-a451d2b4a21af062bd1295f71ae62ef770963d4f.tar.gz
Replaced mentions of Subversion by Git in docs
Diffstat (limited to 'docs/internals/contributing')
-rw-r--r--docs/internals/contributing/localizing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/localizing.txt b/docs/internals/contributing/localizing.txt
index 263087b5fa..0cde77882c 100644
--- a/docs/internals/contributing/localizing.txt
+++ b/docs/internals/contributing/localizing.txt
@@ -55,7 +55,7 @@ The format files aren't managed by the use of Transifex. To change them, you
must :doc:`create a patch<writing-code/submitting-patches>` against the
Django source tree, as for any code change:
-* Create a diff against the current Subversion trunk.
+* Create a diff against the current Git master branch.
* Open a ticket in Django's ticket system, set its ``Component`` field to
``Translations``, and attach the patch to it.