summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_maintenance.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-28 12:15:52 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-28 12:15:52 -0700
commit7ea13b3869dee33804606a17488bb1cd26759bdb (patch)
tree39c98eb3b788e528003730894a3f897a579a3808 /modules/gallery/views/admin_maintenance.html.php
parent8ef78de3f72f695225ac87223d0815235a630417 (diff)
Normalize capitalization ticket #596
Diffstat (limited to 'modules/gallery/views/admin_maintenance.html.php')
-rw-r--r--modules/gallery/views/admin_maintenance.html.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/gallery/views/admin_maintenance.html.php b/modules/gallery/views/admin_maintenance.html.php
index 73a4bef8..107b35cc 100644
--- a/modules/gallery/views/admin_maintenance.html.php
+++ b/modules/gallery/views/admin_maintenance.html.php
@@ -1,13 +1,13 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="g-admin-maintenance" class="g-block">
- <h1> <?= t("Maintenance Tasks") ?> </h1>
+ <h1> <?= t("Maintenance tasks") ?> </h1>
<p>
<?= t("Occasionally your Gallery will require some maintenance. Here are some tasks you can use to keep it running smoothly.") ?>
</p>
<div class="g-block-content">
<div id="g-available-tasks">
- <h2> <?= t("Available Tasks") ?> </h2>
+ <h2> <?= t("Available tasks") ?> </h2>
<table>
<tr>
<th>
@@ -43,11 +43,11 @@
<? if ($running_tasks->count()): ?>
<div id="g-running-tasks">
- <h2> <?= t("Running Tasks") ?> </h2>
+ <h2> <?= t("Running tasks") ?> </h2>
<table>
<tr>
<th>
- <?= t("Last Updated") ?>
+ <?= t("Last updated") ?>
</th>
<th>
<?= t("Name") ?>
@@ -116,11 +116,11 @@
<? if ($finished_tasks->count()): ?>
<div id="g-finished-tasks">
- <h2> <?= t("Finished Tasks") ?> </h2>
+ <h2> <?= t("Finished tasks") ?> </h2>
<table>
<tr>
<th>
- <?= t("Last Updated") ?>
+ <?= t("Last updated") ?>
</th>
<th>
<?= t("Name") ?>