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 3733abd commit 73d2c8dCopy full SHA for 73d2c8d
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"
14
- rel="nofollow">{{ _('Show translation source') }}</a>
+ rel="nofollow">{{ _('Show Translation Source') }}</a>
15
</li>
16
{% endif %}
17
</ul>
0 commit comments