@ -2,7 +2,7 @@ infiniteSky
===========
.. dfhack-tool::
:summary: Automatically allocates new z-levels of sky
:summary: Automatically allocate new z-levels of sky
:tags: fort design map
If enabled, this plugin will automatically allocate new z-levels of sky at the
@ -32,7 +32,7 @@ DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <Plug
{
commands.push_back(PluginCommand(
"infiniteSky",
"Creates new sky levels on request, or as needed.",
"Create new sky levels on request, or as needed.",
infiniteSky));
return CR_OK;
}