Skip to content

Commit

Permalink
Adjust theme_dir's description and name
Browse files Browse the repository at this point in the history
  • Loading branch information
theboxer committed Jul 22, 2019
1 parent 27493f8 commit 8a5ce8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/components/fred/model/fred/fredtheme.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function save($cacheFlag = null)
$themeDirLexicon->set('name', "setting_{$this->namespace}.theme_dir");
$themeDirLexicon->set('language', "en");
}
$themeDirLexicon->set('value', 'Theme Dir');
$themeDirLexicon->set('value', 'Theme Directory');
$themeDirLexicon->save();

/** @var modLexiconEntry $themeDirDescLexicon */
Expand All @@ -78,7 +78,7 @@ public function save($cacheFlag = null)
$themeDirDescLexicon->set('name', "setting_{$this->namespace}.theme_dir_desc");
$themeDirDescLexicon->set('language', "en");
}
$themeDirDescLexicon->set('value', '!!! DO NOT CHANGE !!! This setting is automatically generated.');
$themeDirDescLexicon->set('value', 'WARNING! DO NOT CHANGE! This setting is automatically generated.');
$themeDirDescLexicon->save();

$this->xpdo->cacheManager->refresh([
Expand Down

0 comments on commit 8a5ce8d

Please sign in to comment.