aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-07-26 16:49:48 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-07-26 17:04:49 +0100
commitb1f31ab7cbc87a572886673e7809d5e2fc5ee491 (patch)
treeb96970e85782ea40f3f023ee8063ac0c2b8b5fbc /templates/page.tmpl
parentea244ab7b53afbd710dab267ca9a8fb9f17cfb00 (diff)
downloadikiwiki-b1f31ab7cbc87a572886673e7809d5e2fc5ee491.tar
ikiwiki-b1f31ab7cbc87a572886673e7809d5e2fc5ee491.tar.gz
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/page.tmpl')
-rw-r--r--templates/page.tmpl2
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>