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-05 08:47:30 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-05 08:47:30 (GMT)
commit531627a826f33e6034400df01c7d377f2925f1ca (patch)
tree4ea8568f4d95cfcf120215792224fd010767f05e
parentce6a12266a8487740ebe36dc53f0e9916e72c03d (diff)
update add_edit.thtml to activites
-rw-r--r--site/app/views/developers/addon_edit.thtml16
1 files changed, 8 insertions, 8 deletions
diff --git a/site/app/views/developers/addon_edit.thtml b/site/app/views/developers/addon_edit.thtml
index 93bf9f6..1d15fb3 100644
--- a/site/app/views/developers/addon_edit.thtml
+++ b/site/app/views/developers/addon_edit.thtml
@@ -43,14 +43,14 @@
<?=$this->renderElement('developers/addonheader', array('title' => "Edit {$addon_name}", 'addon_id' => $addon_id));?>
<dl id="edit-listing" class="actionbar">
- <dt class="edit-authors"><?=$html->link('Manage Add-on Authors', "/developers/addon/edit/{$addon_id}/authors")?></dt>
- <dd>Add or remove users that can manage this add-on.</dd>
- <dt class="edit-categories"><?=$html->link('Manage Add-on Categories', "/developers/addon/edit/{$addon_id}/categories")?></dt>
- <dd>Select the relevant categories for each application your add-on supports.</dd>
- <dt class="edit-descriptions"><?=$html->link('Edit Add-on Descriptions', "/developers/addon/edit/{$addon_id}/descriptions")?></dt>
- <dd>Add and modify translations for your add-on's summary, description, end-user license, and privacy policy.</dd>
- <dt class="edit-properties"><?=$html->link('Edit Add-on Properties', "/developers/addon/edit/{$addon_id}/properties")?></dt>
- <dd>Change your add-on's name, homepage, icon, and other flags.</dd>
+ <dt class="edit-authors"><?=$html->link('Manage Activity Authors', "/developers/addon/edit/{$addon_id}/authors")?></dt>
+ <dd>Add or remove users that can manage this activity.</dd>
+ <dt class="edit-categories"><?=$html->link('Manage Activity Categories', "/developers/addon/edit/{$addon_id}/categories")?></dt>
+ <dd>Select the relevant categories for your activity.</dd>
+ <dt class="edit-descriptions"><?=$html->link('Edit Activity Descriptions', "/developers/addon/edit/{$addon_id}/descriptions")?></dt>
+ <dd>Add and modify translations for your activity's summary, description, end-user license, and privacy policy.</dd>
+ <dt class="edit-properties"><?=$html->link('Edit Activity Properties', "/developers/addon/edit/{$addon_id}/properties")?></dt>
+ <dd>Change your activies's name, homepage, icon, and other flags.</dd>
</dl>
</div>