[extensions-web: 24/75] Fix up "local" page title.



commit 8caeec89678bccf9173b0f3a94967ed7dff60c8f
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Sep 14 15:24:26 2011 -0400

    Fix up "local" page title.

 .../extensions/templates/extensions/local.html     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/local.html b/sweettooth/extensions/templates/extensions/local.html
index 99158c6..dcc6130 100644
--- a/sweettooth/extensions/templates/extensions/local.html
+++ b/sweettooth/extensions/templates/extensions/local.html
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
-{% block title %}Local Extensions &mdash; {{ block.super }}{% endblock %}
+{% block title %}Installed Extensions &mdash; {{ block.super }}{% endblock %}
 {% block body %}
-<h2> My Local Extensions </h2>
+<h2> Installed Extensions </h2>
 <div id="extensions">
 </div>
 {% endblock %}



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