From db8378ccbaf950451ceea7b04f31486d02b0e04b Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Fri, 4 Dec 2015 11:20:00 -0500
Subject: [PATCH] Added new translation to JS. Normalize languages.

---
 languages/en.ini                                | 2 +-
 themes/bootstrap3/templates/layout/layout.phtml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/languages/en.ini b/languages/en.ini
index 9e4ac655594..fa926943bc8 100644
--- a/languages/en.ini
+++ b/languages/en.ini
@@ -384,9 +384,9 @@ Get RSS Feed = "Get RSS Feed"
 Globe = "Globe"
 Go = "Go"
 Go to Standard View = "Go to Standard View"
+go_to_list = "Go To List"
 google_map_cluster = "Cluster"
 google_map_cluster_points = "Cluster Points"
-go_to_list = "Go To List"
 Grid = "Grid"
 Group = "Group"
 group_AND = "ALL Groups"
diff --git a/themes/bootstrap3/templates/layout/layout.phtml b/themes/bootstrap3/templates/layout/layout.phtml
index 67cfb74fc30..46ae0fcf243 100644
--- a/themes/bootstrap3/templates/layout/layout.phtml
+++ b/themes/bootstrap3/templates/layout/layout.phtml
@@ -34,6 +34,7 @@
             'bulk_noitems_advice' => 'bulk_noitems_advice',
             'bulk_save_success' => 'bulk_save_success',
             'close' => 'close',
+            'go_to_list' => 'go_to_list',
             'libphonenumber_invalid' => 'libphonenumber_invalid',
             'libphonenumber_invalidcountry' => 'libphonenumber_invalidcountry',
             'libphonenumber_invalidregion' => 'libphonenumber_invalidregion',
-- 
GitLab