diff --git a/src/main_grammar.cpp b/src/main_grammar.cpp index b01f4a0..ad935bc 100644 --- a/src/main_grammar.cpp +++ b/src/main_grammar.cpp @@ -1207,8 +1207,7 @@ namespace quickbook if (qbk_version_n == 106u && list_stack.top().type == list_stack_item::syntactic_list) { detail::outerr(state_.current_file, first) - << "Nested blocks in lists won't be supported in " - << "quickbook 1.6" + << "Paragraphs in lists aren't supported in quickbook 1.6." << std::endl; ++state_.error_count; }