Red Matrix default instead of global default. Is more clear. Update nl to 99%. Update util/messages.po
This commit is contained in:
@@ -81,7 +81,7 @@ function theme_post(&$a) {
|
||||
|
||||
function redbasic_form(&$a, $arr) {
|
||||
$scheme_choices = array();
|
||||
$scheme_choices["---"] = t("Light (global default)");
|
||||
$scheme_choices["---"] = t("Light (Red Matrix default)");
|
||||
$files = glob('view/theme/redbasic/schema/*.php');
|
||||
if($files) {
|
||||
foreach($files as $file) {
|
||||
|
Reference in New Issue
Block a user