--- includes/locale.inc Mon Sep 15 16:51:13 2008 +++ includes/locale-domain-patch.inc Mon Sep 15 16:51:52 2008 @@ -267,7 +267,7 @@ function _locale_languages_common_contro ); $form['domain'] = array('#type' => 'textfield', '#title' => t('Language domain'), - '#maxlength' => 64, + '#maxlength' => 128, '#default_value' => @$language->domain, '#description' => t('Language-specific URL, with protocol. With language negotiation set to Domain name only, the site is presented in this language when the URL accessing the site references this domain. For the default language, this value may be left blank. This value must include a protocol as part of the string. Example: Specifying "http://example.de" or "http://de.example.com" as language domains for German results in URLs in the forms "http://example.de/node" and "http://de.example.com/node", respectively.'), );