summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-05-14 16:54:50 -0700
committerBharat Mediratta <bharat@menalto.com>2010-05-14 16:54:50 -0700
commitdc4fdca2ab1160e6fea1d51694a7b66ae18ef5e9 (patch)
tree723181afa204e236aee0024b519b436e50d4922a
parent3422185938436b44ee48515cd3cfa3df55bca3c8 (diff)
Localize "Gallery Admin"
-rw-r--r--themes/admin_wind/views/admin.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php
index 6446deeb..ff7b930f 100644
--- a/themes/admin_wind/views/admin.html.php
+++ b/themes/admin_wind/views/admin.html.php
@@ -6,7 +6,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>
<? if ($page_title): ?>
- Gallery Admin: <?= $page_title ?>
+ <?= t("Gallery Admin: %page_title", array("page_title" => $page_title)) ?>
<? else: ?>
<?= t("Admin dashboard") ?>
<? endif ?>