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