Correct minor spelling issues in the help

This commit is contained in:
Starbeamrainbowlabs 2016-03-19 18:28:27 +00:00
parent ffa9c7d824
commit c7c0615d63
3 changed files with 6 additions and 6 deletions

View File

@ -3087,7 +3087,7 @@ register_module([
register_module([
"name" => "Help page",
"version" => "0.7",
"version" => "0.7.1",
"author" => "Starbeamrainbowlabs",
"description" => "Adds the help action. You really want this one.",
"id" => "page-help",
@ -3126,7 +3126,7 @@ register_module([
$content = " <h1>$settings->sitename Help</h1>
<p>Welcome to $settings->sitename!</p>
<p>$settings->sitename is powered by Pepperminty Wiki, a complete wiki in a box you can drop into your server.</p>";
<p>$settings->sitename is powered by Pepperminty Wiki, a complete wiki in a box you can drop into your server and expect it to just <em>work</em>.</p>";
// todo Insert a table of contents here?

View File

@ -118,11 +118,11 @@
},
{
"name": "Help page",
"version": "0.7",
"version": "0.7.1",
"author": "Starbeamrainbowlabs",
"description": "Adds the help action. You really want this one.",
"id": "page-help",
"lastupdate": 1451134026,
"lastupdate": 1458412065,
"optional": false
},
{

View File

@ -1,7 +1,7 @@
<?php
register_module([
"name" => "Help page",
"version" => "0.7",
"version" => "0.7.1",
"author" => "Starbeamrainbowlabs",
"description" => "Adds the help action. You really want this one.",
"id" => "page-help",
@ -40,7 +40,7 @@ register_module([
$content = " <h1>$settings->sitename Help</h1>
<p>Welcome to $settings->sitename!</p>
<p>$settings->sitename is powered by Pepperminty Wiki, a complete wiki in a box you can drop into your server.</p>";
<p>$settings->sitename is powered by Pepperminty Wiki, a complete wiki in a box you can drop into your server and expect it to just <em>work</em>.</p>";
// todo Insert a table of contents here?