diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-05-15 23:36:52 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-05-15 23:36:52 -0700 |
| commit | 29a8ba959ec1ec1ebd14d12c2a102fd7d3fcd012 (patch) | |
| tree | d1f75ca29e54e1df32d1d5589ec27b676ca092b4 /themes/admin_wind | |
| parent | 28aee011307e37cd80e9bef0f08cb9b0270d89b5 (diff) | |
| parent | 1240878df0f4a2b0ad0cdb32814717038ff2773f (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'themes/admin_wind')
| -rw-r--r-- | themes/admin_wind/views/admin.html.php | 2 |
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 2f64c847..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): ?> - <?= $page_title ?> + <?= t("Gallery Admin: %page_title", array("page_title" => $page_title)) ?> <? else: ?> <?= t("Admin dashboard") ?> <? endif ?> |
