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
parent
ea244ab7b5
commit
b1f31ab7cb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue