mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-25 05:22:59 +00:00
Fixed spelling mistook
This commit is contained in:
parent
194d12ea8d
commit
720f0f2050
1 changed files with 1 additions and 1 deletions
2
core.php
2
core.php
|
@ -786,7 +786,7 @@ switch($_GET["action"])
|
|||
{
|
||||
exit(renderpage("Update $sitename", "<p>This page allows you to update $sitename.</p>
|
||||
<p>Currently, $sitename is using $version of Pepperminty Wiki.</p>
|
||||
<p>This script will automatically download and install the latest version of Pepperminty Wiki from the url of your choice (see settings), regardless of whether an update is acutally needed (version checking isn't implemented yet).</p>
|
||||
<p>This script will automatically download and install the latest version of Pepperminty Wiki from the url of your choice (see settings), regardless of whether an update is actually needed (version checking isn't implemented yet).</p>
|
||||
<p>To update $sitename, fill out the form below and click click the update button.</p>
|
||||
<form method='get' action=''>
|
||||
<input type='hidden' name='action' value='update' />
|
||||
|
|
Loading…
Reference in a new issue