diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-07-26 16:49:48 +0100 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-07-26 17:04:49 +0100 |
commit | b1f31ab7cbc87a572886673e7809d5e2fc5ee491 (patch) | |
tree | b96970e85782ea40f3f023ee8063ac0c2b8b5fbc /templates | |
parent | ea244ab7b53afbd710dab267ca9a8fb9f17cfb00 (diff) |
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.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 599758cc7..653179e5d 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -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> |