aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/config.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-02 16:54:04 -0700
committerfriendica <info@friendica.com>2014-07-02 16:54:04 -0700
commitf3bc1d4b964f6c7b1ed2dcfaaf501ce5576d0425 (patch)
treed28d51f50f983f11267587d975cd49dac35573ec /view/theme/redbasic/php/config.php
parent7b1901c2c23468248ce1770a9e2df5047e6788a6 (diff)
parent1cbec39af82b0a2471f3fe635587dc9bcbd33cdf (diff)
downloadvolse-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.php2
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) {