Skip to content

Commit

Permalink
uncomment note about custom language settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoerrmann committed Feb 3, 2010
1 parent 177ae03 commit 556348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symphony/content/content.systempreferences.php
Expand Up @@ -46,7 +46,7 @@ public function view() {
$select = Widget::Select('settings[symphony][lang]', $options);
$label->appendChild($select);
$group->appendChild($label);
//$group->appendChild(new XMLElement('p', __('Authors can set up a differing language in their profiles.'), array('class' => 'help')));
$group->appendChild(new XMLElement('p', __('Authors can set up a differing language in their profiles.'), array('class' => 'help')));
// Append language selection
$this->Form->appendChild($group);
}
Expand Down

0 comments on commit 556348d

Please sign in to comment.