diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-28 12:15:52 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-28 12:15:52 -0700 |
commit | 7ea13b3869dee33804606a17488bb1cd26759bdb (patch) | |
tree | 39c98eb3b788e528003730894a3f897a579a3808 /modules/watermark | |
parent | 8ef78de3f72f695225ac87223d0815235a630417 (diff) |
Normalize capitalization ticket #596
Diffstat (limited to 'modules/watermark')
-rw-r--r-- | modules/watermark/views/admin_watermarks.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/watermark/views/admin_watermarks.html.php b/modules/watermark/views/admin_watermarks.html.php index af38cb41..fc634b82 100644 --- a/modules/watermark/views/admin_watermarks.html.php +++ b/modules/watermark/views/admin_watermarks.html.php @@ -11,7 +11,7 @@ title="<?= t("Upload a watermark")->for_html_attr() ?>" class="g-dialog-link g-button ui-icon-left ui-state-default ui-corner-all"><span class="ui-icon ui-icon-document-b"></span><?= t("Upload a watermark") ?></a> <? else: ?> - <h2> <?= t("Active Watermark") ?> </h2> + <h2> <?= t("Active watermark") ?> </h2> <p> <?= t("Note that changing this watermark will require you to rebuild all of your thumbnails and resized images.") ?> </p> @@ -27,10 +27,10 @@ </div> <div class="controls"> <a href="<?= url::site("admin/watermarks/form_edit") ?>" - title="<?= t("Edit Watermark")->for_html_attr() ?>" + title="<?= t("Edit watermark")->for_html_attr() ?>" class="g-dialog-link g-button ui-icon-left ui-state-default ui-corner-all"><span class="ui-icon ui-icon-pencil"></span><?= t("edit") ?></a> <a href="<?= url::site("admin/watermarks/form_delete") ?>" - title="<?= t("Delete Watermark")->for_html_attr() ?>" + title="<?= t("Delete watermark")->for_html_attr() ?>" class="g-dialog-link g-button ui-icon-left ui-state-default ui-corner-all"><span class="ui-icon ui-icon-trash"></span><?= t("delete") ?></a> </div> </div> |