Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Slightly better wording for #2300
  • Loading branch information
Kwpolska committed Nov 7, 2016
1 parent dcc63c0 commit 0bff44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/new_post.py
Expand Up @@ -262,7 +262,7 @@ def _execute(self, options, args):
self.site.config['post_pages'])

if content_format not in compiler_names:
LOGGER.error("Unknown {0} format {1}, maybe you need to install a plugin?".format(content_type, content_format))
LOGGER.error("Unknown {0} format {1}, maybe you need to install a plugin or enable an existing one?".format(content_type, content_format))
self.print_compilers()
return
compiler_plugin = self.site.plugin_manager.getPluginByName(
Expand Down

0 comments on commit 0bff44f

Please sign in to comment.