Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/admin
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/admin')
-rw-r--r--site/app/views/admin/groups_edit.thtml2
-rw-r--r--site/app/views/admin/platforms_edit.thtml2
-rw-r--r--site/app/views/admin/responses_edit.thtml2
-rw-r--r--site/app/views/admin/tags_edit.thtml2
4 files changed, 4 insertions, 4 deletions
diff --git a/site/app/views/admin/groups_edit.thtml b/site/app/views/admin/groups_edit.thtml
index fc504fe..7e8c6a6 100644
--- a/site/app/views/admin/groups_edit.thtml
+++ b/site/app/views/admin/groups_edit.thtml
@@ -58,7 +58,7 @@
</div>
<div class="buttonBox">
<?=$html->submit('Update Group')?>
- <?=$html->submit('Delete Group', array('name' => 'delete', 'class' => 'cancel', 'onClick' => 'return confirm(\''._('Are you SURE you wish to delete this group? Please cancel. :(').'\');'))?>
+ <?=$html->submit('Delete Group', array('name' => 'delete', 'class' => 'cancel', 'onClick' => 'return confirm(\'Are you SURE you wish to delete this group? Please cancel. :(\');'))?>
</div>
</div>
</form>
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>
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>
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>