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

View File

@@ -5,11 +5,11 @@
<a href="<?= url::site("admin/users/delete_group_form/$group->id") ?>"
title="<?= t("Delete the %name group", array("name" => $group->name))->for_html_attr() ?>"
class="g-dialog-link g-button ui-state-default ui-corner-all">
<span class="ui-icon ui-icon-trash"><?= t("delete") ?></span></a>
<span class="ui-icon ui-icon-trash"><?= t("Delete") ?></span></a>
<? else: ?>
<a title="<?= t("This default group cannot be deleted")->for_html_attr() ?>"
class="g-dialog-link g-button ui-state-disabled ui-corner-all ui-icon-left">
<span class="ui-icon ui-icon-trash"><?= t("delete") ?></span></a>
<span class="ui-icon ui-icon-trash"><?= t("Delete") ?></span></a>
<? endif ?>
</h4>
@@ -23,7 +23,7 @@
class="g-button ui-state-default ui-corner-all ui-icon-left"
title="<?= t("Remove %user from %group group",
array("user" => $user->name, "group" => $group->name))->for_html_attr() ?>">
<span class="ui-icon ui-icon-closethick"><?= t("remove") ?></span>
<span class="ui-icon ui-icon-closethick"><?= t("Remove") ?></span>
</a>
<? endif ?>
</li>
@@ -32,7 +32,7 @@
<? else: ?>
<div>
<p>
<?= t("Drag &amp; drop users from the User Admin above into this group box to add group members.") ?>
<?= t("Drag &amp; drop users from the \"User admin\" above into this group box to add group members.") ?>
</p>
</div>
<? endif ?>