From 67066efd7a5512e311ec102b013d4d8a4246a3b9 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Fri, 29 Aug 2014 09:10:21 +0200 Subject: [PATCH] [FIX] Description --- include/config/admin_settings.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config/admin_settings.inc.php b/include/config/admin_settings.inc.php index 68ea7915..3c0b525d 100644 --- a/include/config/admin_settings.inc.php +++ b/include/config/admin_settings.inc.php @@ -74,7 +74,7 @@ $aSettings['website'][] = array( 'options' => $aThemes, 'default' => 'bootstrap', 'name' => 'website_mobile_theme', 'value' => $setting->getValue('website_mobile_theme'), - 'tooltip' => 'The default theme used on your pool.' + 'tooltip' => 'The mobile theme used on your pool.' ); $aSettings['website'][] = array( 'display' => 'Website Design', 'type' => 'select',