We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814fc0f commit 1735518Copy full SHA for 1735518
Doc/tools/templates/customsourcelink.html
@@ -11,7 +11,7 @@ <h3>{{ _('This page') }}</h3>
11
{% if language != "en" %}
12
<li>
13
<a href="https://github.com/python/python-docs-{{ language }}/blob/{{ version }}/{{ pagename }}.po?plain=1"
14
- rel="nofollow">{{ _('Show Translation Source') }}</a>
+ rel="nofollow">{{ _('Show translation source') }}</a>
15
</li>
16
{% endif %}
17
</ul>
0 commit comments