[extensions-web] Reword the nav header a bit better.



commit 354d4fc44398d7654cd5fa38ac79aa0eb37a3baa
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Sep 25 17:39:51 2011 -0400

    Reword the nav header a bit better.
    
    <vdepizzol> magcius, what about "add yours" instead of "add extension"?
    <vdepizzol> magcius, too much "extensions" in the header :)
    <magcius> yeah

 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 b2c94c5..f785f0b 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -53,7 +53,7 @@ window._SW = function() {
         
         <ul id="globalnav" class="{% block navclass %}{% endblock %}">
           <li class="main"><a href="{% url extensions-index %}">Extensions</a></li>
-          <li class="upload"><a href="{% url extensions-upload-file %}">Add extension</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>
         </ul>
         



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