diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/php/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 6855c8c32..34f08e8cd 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("Default"); + $scheme_choices["---"] = t("Light (global default)"); $files = glob('view/theme/redbasic/schema/*.php'); if($files) { foreach($files as $file) { |