diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-25 12:26:57 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-25 12:26:57 +0100 |
commit | e73ae9e652e36dcf6cfe10f91fafff06e2a439b4 (patch) | |
tree | 3889e3400f47da14ef24506e31d2e3c299e6b5b9 /.templates | |
parent | 3ef1e29b25d0c2ce433e2fd255cb5da59453fbee (diff) |
Properly spell ``recent changes''.
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 ae9347fb..4bc13d40 100644 --- a/.templates/page.tmpl +++ b/.templates/page.tmpl @@ -39,7 +39,7 @@ <span class="global"> <ul> <TMPL_IF NAME="RECENTCHANGESURL"> -<li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li> +<li><a href="<TMPL_VAR RECENTCHANGESURL>">Recent Changes</a></li> </TMPL_IF> <TMPL_IF NAME="PREFSURL"> <li><a href="<TMPL_VAR PREFSURL>">Preferences</a></li> |