diff --git a/alpha/includes/theme-settings-general.inc b/alpha/includes/theme-settings-general.inc index 7fd35bf3b4ebda34cee902f6195b51294df7cb7d..1428e15df152a7fe7ef251c800bbb01a9f0e9c72 100644 --- a/alpha/includes/theme-settings-general.inc +++ b/alpha/includes/theme-settings-general.inc @@ -45,7 +45,7 @@ function alpha_theme_settings_general(&$form, &$form_state) { $form['alpha_settings']['layout']['responsive_settings']['alpha_viewport'] = array( '#type' => 'checkbox', '#title' => t('Allow customizing viewport meta properties on iOS and Android devices'), - '#description' => t('By default, most mobile browsers choose their own way to handle page rendering by using the viewport meta tag. iOS and Android are "capable" of displaying full size websites by simply scaling down the view. However, when using a truly mobile version of your theme, you will / may want to customize these settings. You can find more information about this in the Omega documentation.'), + '#description' => t('By default, most mobile browsers choose their own way to handle page rendering by using the viewport meta tag. iOS and Android are "capable" of displaying full size websites by simply scaling down the view. However, when using a truly mobile version of your theme, you will / may want to customize these settings. You can find more information about this in the Omega documentation.'), '#default_value' => $theme->settings['viewport']['enabled'], '#states' => array( 'visible' => array(