From 5f17bec50a9f579aca1d45fb06fc9e5a5f9322db Mon Sep 17 00:00:00 2001 From: Jeremy Snell Date: Wed, 27 Nov 2013 10:35:02 -0800 Subject: [PATCH] Issue #1574700 by jgSnell, Dave Reid: Changes transliteration help text to reflect use of US-ASCII instead of ASCII-96 --- pathauto.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathauto.admin.inc b/pathauto.admin.inc index 9030f48..004b7e1 100644 --- a/pathauto.admin.inc +++ b/pathauto.admin.inc @@ -165,7 +165,7 @@ function pathauto_settings_form($form) { '#type' => 'checkbox', '#title' => t('Transliterate prior to creating alias'), '#default_value' => variable_get('pathauto_transliterate', FALSE) && module_exists('transliteration'), - '#description' => t('When a pattern includes certain characters (such as those with accents) should Pathauto attempt to transliterate them into the ASCII-96 alphabet? Transliteration is handled by the Transliteration module.'), + '#description' => t('When a pattern includes certain characters (such as those with accents) should Pathauto attempt to transliterate them into the US-ASCII alphabet? Transliteration is handled by the Transliteration module.'), '#access' => module_exists('transliteration'), ); -- 1.8.4.2