Added todos to language/en/mods/info_acp_portal.php & language/en/mods/portal.php;
Fixed how color palette gets displayed and also fixed the small button areas of the color palette; When adding a Module, the users now see the Module name rather than the file name;
This commit is contained in:
@@ -35,6 +35,7 @@ if (empty($lang) || !is_array($lang))
|
||||
|
||||
// @todo: check for unneeded language variables
|
||||
// @todo: change language variables to English ones
|
||||
// @todo: merge into mods/portal/
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
// Manage blocks
|
||||
|
||||
@@ -32,6 +32,7 @@ if (empty($lang) || !is_array($lang))
|
||||
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
|
||||
// equally where a string contains only two placeholders which are used to wrap text
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
// @todo: merge into mods/portal/
|
||||
|
||||
// Common
|
||||
$lang = array_merge($lang, array(
|
||||
|
||||
Reference in New Issue
Block a user