diff --git a/globalredirect.admin.inc b/globalredirect.admin.inc index fe0d8ab..00883b4 100644 --- a/globalredirect.admin.inc +++ b/globalredirect.admin.inc @@ -38,7 +38,7 @@ function globalredirect_settings() { $form['globalredirect_trailingzero'] = array( '#type' => 'radios', '#title' => t('Remove Trailing Zero Argument'), - '#description' => t('If enabled, any instance of "/0" will be trimmed from the right of the URL. This stops duplicate pages such as "taxonomy/term/1" and "taxonomy/term/1/0" where 0 is the default depth. There is an option of limiting this feature to taxonomy term pages ONLY or allowing it to effect any page. By default this feature is disabled to avoid any unexpected behaviour'), + '#description' => t('If enabled, any instance of "/0" will be trimmed from the right of the URL. This stops duplicate pages such as "taxonomy/term/1" and "taxonomy/term/1/0" where 0 is the default depth. There is an option of limiting this feature to taxonomy term pages ONLY or allowing it to affect any page. By default this feature is disabled to avoid any unexpected behaviour'), '#options' => array( GLOBALREDIRECT_FEATURE_DISABLED => t('Disabled'), GLOBALREDIRECT_TRAILINGZERO_TAXTERM => t('Enabled for taxonomy term pages only'),