From b2f89369ac81aa4ae7df876021a1ac38d5f5ba00 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 27 Apr 2015 17:22:20 -0400 Subject: [PATCH] #141 Add missing language tags --- language/en/text.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/language/en/text.php b/language/en/text.php index cfa575ca..c5216a6b 100644 --- a/language/en/text.php +++ b/language/en/text.php @@ -21,6 +21,10 @@ $hesklang['_COLLATE']='utf8_unicode_ci'; // This is the email break line that will be used in email piping $hesklang['EMAIL_HR']='------ Reply above this line ------'; +// ADDED OR MODIFIED IN Mods for HESK 2.3.0 +$hesklang['sm_icon'] = 'Icon'; +$hesklang['sm_icon_type'] = 'Icon Type'; + // ADDED OR MODIFIED IN Mods for HESK 2.2.1 $hesklang['popart_no_colon']='Top Knowledgebase Articles'; // same as $hesklang['popart'] but without a colon (:) $hesklang['latart_no_colon']='Latest Knowledgebase Articles'; // same as $hesklang['latart'] but without a colon (:)