Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Farning <dfarning@gmail.com>2009-03-20 17:41:16 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-20 17:41:16 (GMT)
commit1d6869aa64a25017fee2b72e9bea11e3e48c86fb (patch)
tree8594f5cf6b8f62008cc3a67236d5aa6b27499a40
parent33cc75ca72c661031378906425df635f7abe58f8 (diff)
update admin_controller to refer to Sugar Labs Activites
-rwxr-xr-xbin/build.py2
-rw-r--r--site/app/controllers/admin_controller.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/build.py b/bin/build.py
index 0996e08..6ea932f 100755
--- a/bin/build.py
+++ b/bin/build.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-"""Mozilla Add-ons build script
+"""Sugar Labs build script
If you update this script to touch a file in SVN you MUST update clean.sh
to remove that file. On preview things are run in the following order:
diff --git a/site/app/controllers/admin_controller.php b/site/app/controllers/admin_controller.php
index c7ef6f5..eb90afb 100644
--- a/site/app/controllers/admin_controller.php
+++ b/site/app/controllers/admin_controller.php
@@ -60,7 +60,7 @@ class AdminController extends AppController
$this->Amo->clean($this->data, false);
$this->layout = 'mozilla';
- $this->pageTitle = 'Mozilla Add-ons :: Admin Control Panel';
+ $this->pageTitle = 'Sugar Labs Activites :: Admin Control Panel';
$this->cssAdd = array('admin', 'developers');
$this->set('cssAdd', $this->cssAdd);