From 1cbec39af82b0a2471f3fe635587dc9bcbd33cdf Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Wed, 2 Jul 2014 13:26:44 +0000 Subject: Red Matrix default instead of global default. Is more clear. Update nl to 99%. Update util/messages.po --- view/theme/redbasic/php/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/redbasic/php/config.php') diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 34f08e8cd..f02e2ad3d 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -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) { -- cgit v1.2.3