diff --git a/languages/en.ini b/languages/en.ini index 9e4ac65559400b4975b82fe0701e028e22c53423..fa926943bc881f44546be38082902a186330e0a8 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 67cfb74fc30dd8ba60a5227830d28fba634c15f8..46ae0fcf2432bd4c5c50adf5d407a5fbe14d937a 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',