getsource: in the default template, just say "Source"

All the other actions are single words (apart from RecentChanges), and
are nouns (apart from Edit); saying "Source" is consistent with "History",
for instance.
master
Simon McVittie 2009-07-26 16:49:48 +01:00
parent ea244ab7b5
commit b1f31ab7cb
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<li><a href="<TMPL_VAR HISTORYURL>">History</a></li>
</TMPL_IF>
<TMPL_IF NAME="GETSOURCEURL">
<li><a href="<TMPL_VAR GETSOURCEURL>">Get Source</a></li>
<li><a href="<TMPL_VAR GETSOURCEURL>">Source</a></li>
</TMPL_IF>
<TMPL_IF NAME="PREFSURL">
<li><a href="<TMPL_VAR PREFSURL>">Preferences</a></li>