aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/config.php
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-07-02 13:26:44 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-07-02 13:26:44 +0000
commit1cbec39af82b0a2471f3fe635587dc9bcbd33cdf (patch)
tree18e2af114cb89022b607d350ccde074538aa1706 /view/theme/redbasic/php/config.php
parent06935e96eb48a63d37bc127255390fbe8b0d9a23 (diff)
downloadvolse-hubzilla-1cbec39af82b0a2471f3fe635587dc9bcbd33cdf.tar.gz
volse-hubzilla-1cbec39af82b0a2471f3fe635587dc9bcbd33cdf.tar.bz2
volse-hubzilla-1cbec39af82b0a2471f3fe635587dc9bcbd33cdf.zip
Red Matrix default instead of global default. Is more clear. Update nl to 99%. Update util/messages.po
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 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) {