summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_block_welcome.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-11 12:50:50 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-11 12:50:50 -0700
commit0b23433d947bb986db9b1d5775631306e23ed1f4 (patch)
treea370eb2ee29dbedca46c65709d5fa101f74f7e65 /modules/gallery/views/admin_block_welcome.html.php
parentd77f3a9ef03bddf93b05808a9dfe07491e148f51 (diff)
Rename theme_details to theme_options. These changes got left out of
68fd196d66e2d21f571ff3b5a673f18cd129abf9 leaving us in a temporarily broken state.
Diffstat (limited to 'modules/gallery/views/admin_block_welcome.html.php')
-rw-r--r--modules/gallery/views/admin_block_welcome.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/admin_block_welcome.html.php b/modules/gallery/views/admin_block_welcome.html.php
index a453b006..38d2bd56 100644
--- a/modules/gallery/views/admin_block_welcome.html.php
+++ b/modules/gallery/views/admin_block_welcome.html.php
@@ -9,9 +9,9 @@
"language_url" => url::site("admin/languages"))) ?>
</li>
<li>
- <?= t("Appearance - <a href=\"%theme_url\">choose a theme</a>, or <a href=\"%theme_details_url\">customize the way it looks</a>.",
+ <?= t("Appearance - <a href=\"%theme_url\">choose a theme</a>, or <a href=\"%theme_options_url\">customize the way it looks</a>.",
array("theme_url" => url::site("admin/themes"),
- "theme_details_url" => url::site("admin/theme_details"))) ?>
+ "theme_options_url" => url::site("admin/theme_options"))) ?>
</li>
<li>
<?= t("Customize - <a href=\"%modules_url\">install modules</a> to add cool features!",