+ Make a comment match coding style
$chapter = $this->_customdata['chapter'];
$options = $this->_customdata['options'];
- //Disabled subchapter option when editing first node
+ // Disabled subchapter option when editing first node.
$disabledmsg = null;
if ($chapter->pagenum == 1) {
$disabledmsg = get_string('subchapternotice', 'book');
$string['errorchapter'] = 'Error reading chapter of book.';
$string['page-mod-book-x'] = 'Any book module page';
-$string['subchapternotice'] = 'This option is disabled, because the first chapter cannot be a subchapter';
+$string['subchapternotice'] = '(Only available once the first chapter has been created)';
$string['subplugintype_booktool'] = 'Book tool';
$string['subplugintype_booktool_plural'] = 'Book tools';