From 921f7b7d96a8daec9a3a63e0fee09a5240d966a3 Mon Sep 17 00:00:00 2001 From: Renato Vasconcellos Date: Mon, 22 Jun 2020 19:35:17 -0300 Subject: [PATCH] Fix typo on Sidebar Right layout settings. --- .../layouts/pece_sidebar_right/pece_sidebar_right.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/pece/themes/pece_scholarly_lite/layouts/pece_sidebar_right/pece_sidebar_right.inc b/profiles/pece/themes/pece_scholarly_lite/layouts/pece_sidebar_right/pece_sidebar_right.inc index 01da44e22..a3dd1be02 100755 --- a/profiles/pece/themes/pece_scholarly_lite/layouts/pece_sidebar_right/pece_sidebar_right.inc +++ b/profiles/pece/themes/pece_scholarly_lite/layouts/pece_sidebar_right/pece_sidebar_right.inc @@ -7,7 +7,7 @@ module_load_include('inc', 'pece_core', 'pece_core.functions'); $plugin = array( - 'title' => t('git sSidebar Right'), + 'title' => t('Sidebar Right'), 'icon' => 'pece-sidebar-right.png', 'category' => t('PECE'), 'theme' => 'pece_sidebar_right',