Skip to content

Commit 1735518

Browse files
Update Doc/tools/templates/customsourcelink.html
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 814fc0f commit 1735518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/templates/customsourcelink.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3>{{ _('This page') }}</h3>
1111
{% if language != "en" %}
1212
<li>
1313
<a href="https://github.com/python/python-docs-{{ language }}/blob/{{ version }}/{{ pagename }}.po?plain=1"
14-
rel="nofollow">{{ _('Show Translation Source') }}</a>
14+
rel="nofollow">{{ _('Show translation source') }}</a>
1515
</li>
1616
{% endif %}
1717
</ul>

0 commit comments

Comments
 (0)