Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/admin/tags_edit.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/admin/tags_edit.thtml')
-rw-r--r--site/app/views/admin/tags_edit.thtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/views/admin/tags_edit.thtml b/site/app/views/admin/tags_edit.thtml
index 8af0138..e252282 100644
--- a/site/app/views/admin/tags_edit.thtml
+++ b/site/app/views/admin/tags_edit.thtml
@@ -62,7 +62,7 @@
<?=$this->renderElement('developers/localebox')?>
<div class="buttonBox">
<?=$html->submit('Update Category')?>
- <?=$html->submit('Delete Category', array('name' => 'delete', 'class' => 'cancel', 'onClick' => 'return confirm(\''._('Are you SURE you wish to delete this category?').'\');'))?>
+ <?=$html->submit('Delete Category', array('name' => 'delete', 'class' => 'cancel', 'onClick' => 'return confirm(\'Are you SURE you wish to delete this category?\');'))?>
</div>
</div>
</form>