diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 19:47:11 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 19:47:11 -0700 |
| commit | ab1fc6ad533968ac7cb1d0506e989f549935b7aa (patch) | |
| tree | c4fe070c259e622c6f65b9e8f73e976c1465f585 /modules/gallery/views/admin_theme_details.html.php | |
| parent | 2a9335f71befbb63b979ca207a3dabb72d3ffce8 (diff) | |
Make theme page headers match the menu dropdowns.
Internationalize the admin dashboard common title.
Diffstat (limited to 'modules/gallery/views/admin_theme_details.html.php')
| -rw-r--r-- | modules/gallery/views/admin_theme_details.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_theme_details.html.php b/modules/gallery/views/admin_theme_details.html.php index eb450b16..f093b70b 100644 --- a/modules/gallery/views/admin_theme_details.html.php +++ b/modules/gallery/views/admin_theme_details.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <div id="gAdminThemeDetails"> - <h1> <?= t("Theme Details") ?> </h1> + <h1> <?= t("Theme Options") ?> </h1> <?= $form ?> </div> |
