diff options
author | friendica <info@friendica.com> | 2014-07-02 16:54:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-02 16:54:04 -0700 |
commit | f3bc1d4b964f6c7b1ed2dcfaaf501ce5576d0425 (patch) | |
tree | d28d51f50f983f11267587d975cd49dac35573ec /view/theme/redbasic/php/config.php | |
parent | 7b1901c2c23468248ce1770a9e2df5047e6788a6 (diff) | |
parent | 1cbec39af82b0a2471f3fe635587dc9bcbd33cdf (diff) | |
download | volse-hubzilla-f3bc1d4b964f6c7b1ed2dcfaaf501ce5576d0425.tar.gz volse-hubzilla-f3bc1d4b964f6c7b1ed2dcfaaf501ce5576d0425.tar.bz2 volse-hubzilla-f3bc1d4b964f6c7b1ed2dcfaaf501ce5576d0425.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/php/config.php')
-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..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("Default"); + $scheme_choices["---"] = t("Light (Red Matrix default)"); $files = glob('view/theme/redbasic/schema/*.php'); if($files) { foreach($files as $file) { |