From aee8b5a7face702e7fbff4834cc66e733f327396 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 3 Feb 2015 08:59:22 -0500
Subject: [PATCH] Eliminated non-translated language.

---
 themes/bootstrap3/templates/record/email.phtml | 2 +-
 themes/bootstrap3/templates/search/email.phtml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/bootstrap3/templates/record/email.phtml b/themes/bootstrap3/templates/record/email.phtml
index 6a33ffbd5ab..2c6ec9cf9be 100644
--- a/themes/bootstrap3/templates/record/email.phtml
+++ b/themes/bootstrap3/templates/record/email.phtml
@@ -54,7 +54,7 @@
   <?=$this->recaptcha()->html($this->useRecaptcha) ?>
   <div class="form-group">
     <div class="col-sm-9 col-sm-offset-3">
-      <input type="submit" class="btn btn-primary" name="submit" value="<?=$this->transEsc('Send Email')?>"/>
+      <input type="submit" class="btn btn-primary" name="submit" value="<?=$this->transEsc('Send')?>"/>
     </div>
   </div>
 </form>
diff --git a/themes/bootstrap3/templates/search/email.phtml b/themes/bootstrap3/templates/search/email.phtml
index ce06e8b4708..6815dc22293 100644
--- a/themes/bootstrap3/templates/search/email.phtml
+++ b/themes/bootstrap3/templates/search/email.phtml
@@ -31,7 +31,7 @@
   </div>
   <div class="form-group">
     <div class="col-sm-9 col-sm-offset-3">
-      <input class="btn btn-primary" type="submit" name="submit" value="<?=$this->transEsc('Send Email')?>"/>
+      <input class="btn btn-primary" type="submit" name="submit" value="<?=$this->transEsc('Send')?>"/>
     </div>
   </div>
 </form>
-- 
GitLab