From 074cbd860ddaaa1101278ad0cf01935eb791b124 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 13 Jan 2009 11:00:46 +0000 Subject: Call 'site' themes 'Gallery' themes since site means less to users. Fix swapped messages --- core/controllers/admin_themes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/controllers/admin_themes.php') diff --git a/core/controllers/admin_themes.php b/core/controllers/admin_themes.php index 8d810bb7..b2e0b0e2 100644 --- a/core/controllers/admin_themes.php +++ b/core/controllers/admin_themes.php @@ -63,11 +63,11 @@ class Admin_Themes_Controller extends Admin_Controller { if ($type == "admin" && $info->admin) { module::set_var("core", "active_admin_theme", $theme_name); - message::success(t("Successfully changed your site theme to {{theme_name}}", + message::success(t("Successfully changed your admin theme to {{theme_name}}", array("theme_name" => $info->name))); } else if ($type == "site" && $info->site) { module::set_var("core", "active_site_theme", $theme_name); - message::success(t("Successfully changed your admin theme to {{theme_name}}", + message::success(t("Successfully changed your Gallery theme to {{theme_name}}", array("theme_name" => $info->name))); } -- cgit v1.2.3