mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-04 02:39:08 -04:00
Normalize capitalization ticket #596
This commit is contained in:
@@ -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)) ?>
|
||||
|
||||
Reference in New Issue
Block a user