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/gallery/views/admin_graphics.html.php | |
| parent | 8ef78de3f72f695225ac87223d0815235a630417 (diff) | |
Normalize capitalization ticket #596
Diffstat (limited to 'modules/gallery/views/admin_graphics.html.php')
| -rw-r--r-- | modules/gallery/views/admin_graphics.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gallery/views/admin_graphics.html.php b/modules/gallery/views/admin_graphics.html.php index 0f4c0dd8..3a48e087 100644 --- a/modules/gallery/views/admin_graphics.html.php +++ b/modules/gallery/views/admin_graphics.html.php @@ -13,13 +13,13 @@ </script> <div id="g-admin-graphics" class="g-block ui-helper-clearfix"> - <h1> <?= t("Graphics Settings") ?> </h1> + <h1> <?= t("Graphics settings") ?> </h1> <p> <?= t("Gallery needs a graphics toolkit in order to manipulate your photos. Please choose one from the list below.") ?> </p> <div class="g-block-content"> - <h2> <?= t("Active Toolkit") ?> </h2> + <h2> <?= t("Active toolkit") ?> </h2> <? if ($active == "none"): ?> <?= new View("admin_graphics_none.html") ?> <? else: ?> @@ -27,7 +27,7 @@ <? endif ?> <div class="g-available"> - <h2> <?= t("Available Toolkits") ?> </h2> + <h2> <?= t("Available toolkits") ?> </h2> <? foreach (array_keys((array)$tk) as $id): ?> <? if ($id != $active): ?> <?= new View("admin_graphics_$id.html", array("tk" => $tk->$id, "is_active" => false)) ?> |
