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