From cfa9d04b766f293f1ddf54562c10bfa5ac4aa641 Mon Sep 17 00:00:00 2001
From: Ere Maijala <ere.maijala@helsinki.fi>
Date: Thu, 20 Feb 2014 15:49:23 +0200
Subject: [PATCH] Changed "Checked Out" to "Checked Out Items" in breadcrumbs
 to be able to translate it properly.

---
 themes/blueprint/templates/myresearch/checkedout.phtml | 2 +-
 themes/bootprint/templates/myresearch/checkedout.phtml | 2 +-
 themes/bootstrap/templates/myresearch/checkedout.phtml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/blueprint/templates/myresearch/checkedout.phtml b/themes/blueprint/templates/myresearch/checkedout.phtml
index e4152da5190..cfc35daa29d 100644
--- a/themes/blueprint/templates/myresearch/checkedout.phtml
+++ b/themes/blueprint/templates/myresearch/checkedout.phtml
@@ -5,7 +5,7 @@
     // Set up breadcrumbs:
     $this->layout()->breadcrumbs = '<a href="' . $this->url('myresearch-home') . '">'
         . $this->transEsc('Your Account') . '</a>' . '<span>&gt;</span><em>'
-        . $this->transEsc('Checked Out') . '</em>';
+        . $this->transEsc('Checked Out Items') . '</em>';
 ?>
 <div class="<?=$this->layoutClass('mainbody')?>">
   <h3><?=$this->transEsc('Your Checked Out Items')?></h3>
diff --git a/themes/bootprint/templates/myresearch/checkedout.phtml b/themes/bootprint/templates/myresearch/checkedout.phtml
index 2f737525d34..9ee5e9cb552 100644
--- a/themes/bootprint/templates/myresearch/checkedout.phtml
+++ b/themes/bootprint/templates/myresearch/checkedout.phtml
@@ -4,7 +4,7 @@
 
     // Set up breadcrumbs:
     $this->layout()->breadcrumbs = '<li><a href="' . $this->url('myresearch-home') . '">' . $this->transEsc('Your Account') . '</a> <span class="divider">&gt;</span></li>'
-        . '<li class="active">' . $this->transEsc('Checked Out') . '</li>';
+        . '<li class="active">' . $this->transEsc('Checked Out Items') . '</li>';
 ?>
 
 <div class="<?=$this->layoutClass('mainbody')?>">
diff --git a/themes/bootstrap/templates/myresearch/checkedout.phtml b/themes/bootstrap/templates/myresearch/checkedout.phtml
index 7c00925865a..5c8386ed2a4 100644
--- a/themes/bootstrap/templates/myresearch/checkedout.phtml
+++ b/themes/bootstrap/templates/myresearch/checkedout.phtml
@@ -4,7 +4,7 @@
 
     // Set up breadcrumbs:
     $this->layout()->breadcrumbs = '<li><a href="' . $this->url('myresearch-home') . '">' . $this->transEsc('Your Account') . '</a> <span class="divider">&gt;</span></li>'
-        . '<li class="active">' . $this->transEsc('Checked Out') . '</li>';
+        . '<li class="active">' . $this->transEsc('Checked Out Items') . '</li>';
 ?>
 
 <div class="<?=$this->layoutClass('mainbody')?>">
-- 
GitLab