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/helpers/core_menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/helpers') diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php index 2da94c6d..5f5cfe5a 100644 --- a/core/helpers/core_menu.php +++ b/core/helpers/core_menu.php @@ -136,8 +136,8 @@ class core_menu_Core { ->id("content_menu") ->label(t("Content"))) ->append(Menu::factory("submenu") - ->id("presentation_menu") - ->label(t("Presentation")) + ->id("appareance_menu") + ->label(t("Appearance")) ->append(Menu::factory("link") ->id("themes") ->label(t("Themes")) -- cgit v1.2.3