Skip to content

Commit 73d2c8d

Browse files
Make the code look good
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 3733abd commit 73d2c8d

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"
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)