diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-01-13 11:00:46 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-13 11:00:46 +0000 |
| commit | 074cbd860ddaaa1101278ad0cf01935eb791b124 (patch) | |
| tree | eb066293791f233e016dc7aa8e0beb9ac0f71357 /core/views | |
| parent | 38ddf559f0f52095c50710268a9890199b73e648 (diff) | |
Call 'site' themes 'Gallery' themes since site means less to users. Fix swapped messages
Diffstat (limited to 'core/views')
| -rw-r--r-- | core/views/admin_themes.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/views/admin_themes.html.php b/core/views/admin_themes.html.php index b662ea5f..b0b4215d 100644 --- a/core/views/admin_themes.html.php +++ b/core/views/admin_themes.html.php @@ -10,11 +10,11 @@ <div id="gAdminThemes"> <h1> <?= t("Theme Administration") ?> </h1> <p> - <?= t("Gallery allows you to choose a theme for your site, as well as a theme for the administration interface. Click a theme to preview and activate it.") ?> + <?= t("Gallery allows you to choose a theme for browsing your Gallery, as well as a special theme for the administration interface. Click a theme to preview and activate it.") ?> </p> <div id="gSiteTheme"> - <h2> <?= t("Site theme") ?> </h2> + <h2> <?= t("Gallery theme") ?> </h2> <div class="gBlock selected"> <img src="<?= url::file("themes/{$site}/thumbnail.png") ?>" alt="<?= $themes[$active]->name ?>" /> @@ -24,7 +24,7 @@ </p> </div> - <h2> <?= t("Available site themes") ?> </h2> + <h2> <?= t("Available Gallery themes") ?> </h2> <div id="gAvailableSiteThemes"> <? $count = 0 ?> <? foreach ($themes as $id => $info): ?> |
