diff --git a/omega/alpha/includes/theme-settings-general.inc b/omega/alpha/includes/theme-settings-general.inc index 2e28d38..9e2ffe5 100644 --- a/omega/alpha/includes/theme-settings-general.inc +++ b/omega/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(