Notify user if a module appears to be installed in an incorrect path (e.g. xe-modulename-master)

This commit is contained in:
Kijin Sung 2020-12-28 14:23:45 +09:00
parent 2ba01e521a
commit 00d17ec8fc
5 changed files with 32 additions and 4 deletions

View file

@ -386,3 +386,5 @@ $lang->sitelock_message_help = 'You can use HTML tags.';
$lang->your_ip = 'Your IP';
$lang->sitelock_in_use = 'This site is locked.';
$lang->about_sitelock_in_use = 'Only the administrator and visitors from specified IP addresses can access this site.';
$lang->module_exists_in_wrong_path = 'Module(s) installed in incorrect path';
$lang->about_module_exists_in_wrong_path = 'The following module(s) appear to be installed in incorrect directories.<br />Please ignore this message if you have intentionally renamed a module for testing or debugging purposes.';