Normalize capitalization ticket #596

This commit is contained in:
Tim Almdal
2009-10-28 12:15:52 -07:00
parent 8ef78de3f7
commit 7ea13b3869
48 changed files with 137 additions and 137 deletions
@@ -8,7 +8,7 @@
<table>
<tr>
<? if ($item->original("title") != $item->title): ?>
<td><?= t("New Title:") ?></td>
<td><?= t("New title:") ?></td>
<td><?= html::clean($item->title) ?></td>
<? else: ?>
<td><?= t("Title:") ?></td>
@@ -21,7 +21,7 @@
</tr>
<? if ($item->original("description") != $item->description): ?>
<tr>
<td><?= t("New Description:") ?></td>
<td><?= t("New description:") ?></td>
<td><?= html::clean($item->description) ?></td>
</tr>
<? elseif (!empty($item->description)): ?>