From 92648a664fe7ce74c2777924f2f4e23b74b4dc9a Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 17 Dec 2013 11:19:56 -0500 Subject: [PATCH] Fixed translations. --- themes/bootprint/templates/myresearch/mylist.phtml | 2 +- .../templates/RecordDriver/SolrDefault/list-entry.phtml | 2 +- themes/bootstrap/templates/myresearch/mylist.phtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/bootprint/templates/myresearch/mylist.phtml b/themes/bootprint/templates/myresearch/mylist.phtml index 5a747ecb509..64e80545ca6 100644 --- a/themes/bootprint/templates/myresearch/mylist.phtml +++ b/themes/bootprint/templates/myresearch/mylist.phtml @@ -34,7 +34,7 @@ </a> <ul class="dropdown-menu"> <li><a href="<?=$this->url('myresearch-deletelist') ?>?listID=<?=urlencode($list->id)?>&confirm=1"><?=$this->transEsc('Delete') ?></a></li> - <li><a href="#">Cancel</a></li> + <li><a href="#"><?=$this->transEsc('confirm_dialog_no')?></a></li> </ul> </div> <? endif; ?> diff --git a/themes/bootstrap/templates/RecordDriver/SolrDefault/list-entry.phtml b/themes/bootstrap/templates/RecordDriver/SolrDefault/list-entry.phtml index 70113551d9f..308cadd959a 100644 --- a/themes/bootstrap/templates/RecordDriver/SolrDefault/list-entry.phtml +++ b/themes/bootstrap/templates/RecordDriver/SolrDefault/list-entry.phtml @@ -173,7 +173,7 @@ </a> <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> <li><a href="<?=$deleteUrl?>&confirm=true" title="<?=$this->transEsc('confirm_delete_brief')?>"><?=$this->transEsc('Confirm')?></a></li> - <li><a>Cancel</a></li> + <li><a><?=$this->transEsc('confirm_dialog_no')?></a></li> </ul> </div> diff --git a/themes/bootstrap/templates/myresearch/mylist.phtml b/themes/bootstrap/templates/myresearch/mylist.phtml index b3698cf8200..6d54104586d 100644 --- a/themes/bootstrap/templates/myresearch/mylist.phtml +++ b/themes/bootstrap/templates/myresearch/mylist.phtml @@ -34,7 +34,7 @@ </a> <ul class="dropdown-menu"> <li><a href="<?=$this->url('myresearch-deletelist') ?>?listID=<?=urlencode($list->id)?>&confirm=1"><?=$this->transEsc('Delete') ?></a></li> - <li><a href="#">Cancel</a></li> + <li><a href="#"><?=$this->transEsc('confirm_dialog_no')?></a></li> </ul> </div> <? endif; ?> -- GitLab