Red Matrix default instead of global default. Is more clear. Update nl to 99%. Update util/messages.po

This commit is contained in:
jeroenpraat
2014-07-02 13:26:44 +00:00
parent 06935e96eb
commit 1cbec39af8
4 changed files with 6518 additions and 6717 deletions

View File

@@ -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) {