summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/gallery/views/admin_theme_details.html.php2
-rw-r--r--modules/gallery/views/admin_themes.html.php2
-rw-r--r--themes/admin_default/views/admin.html.php2
3 files changed, 3 insertions, 3 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>
diff --git a/modules/gallery/views/admin_themes.html.php b/modules/gallery/views/admin_themes.html.php
index f85bce70..dc13a6a0 100644
--- a/modules/gallery/views/admin_themes.html.php
+++ b/modules/gallery/views/admin_themes.html.php
@@ -7,7 +7,7 @@
}
</script>
-<h1> <?= t("Theme Administration") ?> </h1>
+<h1> <?= t("Theme Choice") ?> </h1>
<p>
<?= 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>
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php
index cad23fb5..efb5f62c 100644
--- a/themes/admin_default/views/admin.html.php
+++ b/themes/admin_default/views/admin.html.php
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>G3: Admin Dashboard</title>
+ <title><?= t("Admin Dashboard") ?></title>
<link rel="shortcut icon" href="<?= url::file("themes/default/images/favicon.ico") ?>" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="<?= url::file("lib/yui/reset-fonts-grids.css") ?>"
media="screen,projection" />