[extensions-web] Name the "About" page "About"



commit 82f05486fb5ae900951cadafe014197ca57dcc9d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Nov 28 15:35:58 2011 -0500

    Name the "About" page "About"

 sweettooth/templates/base.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index 6b47a55..f64f23f 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -52,7 +52,7 @@ window._SW = function() {
         <h1><a href="/"><img src="/static/images/foot.png" alt="GNOME" />Shell Extensions</a><span class="alpha-banner">Alpha!</span></h1>
         
         <ul id="globalnav" class="{% block navclass %}{% endblock %}">
-          <li class="about"><a href="{% url extensions-about %}">What's this?</a></li>
+          <li class="about"><a href="{% url extensions-about %}">About</a></li>
           <li class="main"><a href="{% url extensions-index %}">Extensions</a></li>
           <li class="upload"><a href="{% url extensions-upload-file %}">Add yours</a></li>
           <li class="local"><a href="{% url extensions-local %}">Installed extensions</a></li>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]