mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Correct minor spelling issues in the help
This commit is contained in:
parent
ffa9c7d824
commit
c7c0615d63
3 changed files with 6 additions and 6 deletions
|
@ -3087,7 +3087,7 @@ register_module([
|
||||||
|
|
||||||
register_module([
|
register_module([
|
||||||
"name" => "Help page",
|
"name" => "Help page",
|
||||||
"version" => "0.7",
|
"version" => "0.7.1",
|
||||||
"author" => "Starbeamrainbowlabs",
|
"author" => "Starbeamrainbowlabs",
|
||||||
"description" => "Adds the help action. You really want this one.",
|
"description" => "Adds the help action. You really want this one.",
|
||||||
"id" => "page-help",
|
"id" => "page-help",
|
||||||
|
@ -3126,7 +3126,7 @@ register_module([
|
||||||
|
|
||||||
$content = " <h1>$settings->sitename Help</h1>
|
$content = " <h1>$settings->sitename Help</h1>
|
||||||
<p>Welcome to $settings->sitename!</p>
|
<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?
|
// todo Insert a table of contents here?
|
||||||
|
|
||||||
|
|
|
@ -118,11 +118,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Help page",
|
"name": "Help page",
|
||||||
"version": "0.7",
|
"version": "0.7.1",
|
||||||
"author": "Starbeamrainbowlabs",
|
"author": "Starbeamrainbowlabs",
|
||||||
"description": "Adds the help action. You really want this one.",
|
"description": "Adds the help action. You really want this one.",
|
||||||
"id": "page-help",
|
"id": "page-help",
|
||||||
"lastupdate": 1451134026,
|
"lastupdate": 1458412065,
|
||||||
"optional": false
|
"optional": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
register_module([
|
register_module([
|
||||||
"name" => "Help page",
|
"name" => "Help page",
|
||||||
"version" => "0.7",
|
"version" => "0.7.1",
|
||||||
"author" => "Starbeamrainbowlabs",
|
"author" => "Starbeamrainbowlabs",
|
||||||
"description" => "Adds the help action. You really want this one.",
|
"description" => "Adds the help action. You really want this one.",
|
||||||
"id" => "page-help",
|
"id" => "page-help",
|
||||||
|
@ -40,7 +40,7 @@ register_module([
|
||||||
|
|
||||||
$content = " <h1>$settings->sitename Help</h1>
|
$content = " <h1>$settings->sitename Help</h1>
|
||||||
<p>Welcome to $settings->sitename!</p>
|
<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?
|
// todo Insert a table of contents here?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue