second pass name change

This commit is contained in:
redmatrix
2015-05-05 03:59:51 -07:00
parent a3c37f1458
commit 5b5f0666f9
93 changed files with 372 additions and 372 deletions

View File

@@ -79,7 +79,7 @@ function theme_post(&$a) {
function redbasic_form(&$a, $arr) {
$scheme_choices = array();
$scheme_choices["---"] = t("Light (Red Matrix default)");
$scheme_choices["---"] = t("Light (Hubzilla default)");
$files = glob('view/theme/redbasic/schema/*.php');
if($files) {
foreach($files as $file) {