summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMaurice Svay <maurice@svay.com>2010-08-10 22:18:13 +0200
committerMaurice Svay <maurice@svay.com>2010-08-10 22:18:13 +0200
commit551a01d58be78a989bb489d11e737f7da9f9929e (patch)
treee10fb46ee210c12efcde427b6d749add0e612e3f /admin
parent62c063753aae880271fbcb7aaea36f1d8770b439 (diff)
downloadplanet-551a01d58be78a989bb489d11e737f7da9f9929e.tar
planet-551a01d58be78a989bb489d11e737f7da9f9929e.tar.gz
planet-551a01d58be78a989bb489d11e737f7da9f9929e.tar.bz2
planet-551a01d58be78a989bb489d11e737f7da9f9929e.tar.xz
planet-551a01d58be78a989bb489d11e737f7da9f9929e.zip
Update wording in admin
Diffstat (limited to 'admin')
-rw-r--r--admin/administration.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/administration.php b/admin/administration.php
index 9b37ec6..1f02e78 100644
--- a/admin/administration.php
+++ b/admin/administration.php
@@ -37,15 +37,15 @@ $opml_people = $opml->getPeople();
<div id="content">
<div class="widget">
- <h3>Purge cache</h3>
+ <h3>Clear cache</h3>
<form action="purgecache.php" method="post" id="frmPurge">
- <p><label>Purge cache:</label><input type="submit" class="submit delete" name="purge" id="purge" value="Purge" /></p>
- <p class="help">Purging the cache will make moonmoon reload all feeds.</p>
+ <p><label>Clear cache:</label><input type="submit" class="submit delete" name="purge" id="purge" value="Clear" /></p>
+ <p class="help">Clearing the cache will make moonmoon reload all feeds.</p>
</form>
</div>
<div class="widget">
- <h3>Change administration password</h3>
+ <h3>Change administrator password</h3>
<form action="changepassword.php" method="post" id="frmPassword">
<p><label for="password">New password:</label> <input type="password" class="text" value="" name="password" id="password" size="20" /> <input type="submit" class="submit delete" name="changepwd" id="changepwd" value="Change password" /></p>
</form>