changeset 82:15424b1a24a5

base-template: replace 'page' with 'site' in WIP warning
author Dennis Brakhane <brakhane@googlemail.com>
date Sun, 22 Feb 2009 16:55:27 +0100
parents cbd90a4980e6
children 35f8d279bd70
files hgscm/templates/base.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgscm/templates/base.html	Sun Feb 22 16:50:14 2009 +0100
+++ b/hgscm/templates/base.html	Sun Feb 22 16:55:27 2009 +0100
@@ -11,7 +11,7 @@
 		<title>Mercurial SCM</title>
 	</head>
 	<body id="home">
-	        <div class="wip-warning">Please note that this page is <em>work in progress and incomplete</em>! You probably want to <a href="http://www.selenic.com/mercurial" style="color: #3d3dfa">visit the official mercurial homepage</a> instead.</div>
+	        <div class="wip-warning">Please note that this site is <em>work in progress and incomplete</em>! You probably want to <a href="http://www.selenic.com/mercurial" style="color: #3d3dfa">visit the official mercurial homepage</a> instead.</div>
 				
 		<h1 id="logo"><a href="/">mercurial</a></h1>