Improve module icons and update language for icons

This commit is contained in:
Marc Alexander
2023-02-20 20:51:58 +01:00
parent ecc95254f1
commit 9ccf4b81e9
20 changed files with 37 additions and 17 deletions

View File

@@ -266,7 +266,7 @@ class custom extends module_base
// first check for obvious errors, we don't want to waste server resources
if (empty($custom_code))
{
trigger_error($this->user->lang['ACP_PORTAL_CUSTOM_CODE_SHORT']. adm_back_link($u_action), E_USER_WARNING);
trigger_error($this->user->lang['TOO_FEW_CHARS']. adm_back_link($u_action), E_USER_WARNING);
}
if ($custom_bbcode)