From 292b51ddd34e7d304ad30bcbdea08154bdcc1d4d Mon Sep 17 00:00:00 2001
From: Bharat Mediratta
Date: Mon, 6 Apr 2009 03:14:13 +0000
Subject: Rework the links section of the "Welcome to Gallery3" block so that
the links work and it's more helpful.
In the process, rename the Presentation menu to be Appearance because
that makes more sense to me (and at least one other user who wrote
about it on -devel).
---
core/views/admin_block_welcome.html.php | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
(limited to 'core/views')
diff --git a/core/views/admin_block_welcome.html.php b/core/views/admin_block_welcome.html.php
index a11f2489..f3e61f59 100644
--- a/core/views/admin_block_welcome.html.php
+++ b/core/views/admin_block_welcome.html.php
@@ -4,15 +4,17 @@
-
- = t('General Settings - General configuration options for your Gallery.',
- array("url" => "#")) ?>
+ = t("General Settings - choose your graphics and language settings.",
+ array("graphics_url" => url::site("admin/graphics"),
+ "language_url" => url::site("admin/languages"))) ?>
-
- = t('Modules - Manage available and installed modules.',
- array("url" => url::site("admin/modules"))) ?>
+ = t("Appearance - choose a theme, or customize the way it looks.",
+ array("theme_url" => url::site("admin/theme"),
+ "theme_details_url" => url::site("admin/theme_details"))) ?>
-
- = t('Presentation - Choose a theme, set image sizes.',
- array("url" => "#")) ?>
+ = t("Customize - install modules to add cool features!",
+ array("modules_url" => url::site("admin/modules"))) ?>
--
cgit v1.2.3