From 08599c88a2314f7c3ee29f12172a2aa4d123cdf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Sun, 21 Feb 2021 11:58:36 +0100 Subject: [PATCH] Update English_global.php --- e107_plugins/hero/languages/English/English_global.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e107_plugins/hero/languages/English/English_global.php b/e107_plugins/hero/languages/English/English_global.php index cbd94f8c6..9163daf37 100644 --- a/e107_plugins/hero/languages/English/English_global.php +++ b/e107_plugins/hero/languages/English/English_global.php @@ -10,4 +10,6 @@ +----------------------------------------------------------------------+ */ -define("LAN_PLUGIN_HERO_DESCR", "Image and text slider, animated bullet points for the hero area of your home page."); +define("LAN_PLUGIN_HERO_NAME", "Hero"); +define("LAN_PLUGIN_HERO_SUMMARY", "Home page 'Hero' area management"); +define("LAN_PLUGIN_HERO_DESCRIPTION", "Image and text slider, animated bullet points for the hero area of your home page.");