From 2bc5334aaefb8d1b34b7907a3a86ab7fdaa66b26 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 2 Dec 2009 00:28:43 +0000 Subject: - Patch #642010 by yoroy: shorten and reorganize help text for language stuff. --- includes/locale.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/locale.inc b/includes/locale.inc index 67c0429ea..1dae9c722 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -712,14 +712,13 @@ function locale_language_providers_url_form() { $form = array(); $form['locale_language_negotiation_url_part'] = array( - '#title' => t('URL language indicator'), + '#title' => t('The part of the URL that will determine the language.'), '#type' => 'radios', '#options' => array( LOCALE_LANGUAGE_NEGOTIATION_URL_PREFIX => t('Path prefix'), LOCALE_LANGUAGE_NEGOTIATION_URL_DOMAIN => t('Domain'), ), '#default_value' => variable_get('locale_language_negotiation_url_part', LOCALE_LANGUAGE_NEGOTIATION_URL_PREFIX), - '#description' => t('Select which part of the URL will determine the language.'), ); $form['#redirect'] = 'admin/config/regional/language/configure'; @@ -737,7 +736,7 @@ function locale_language_providers_session_form() { '#title' => t('Request/session parameter'), '#type' => 'textfield', '#default_value' => variable_get('locale_language_negotiation_session_param', 'language'), - '#description' => t('This value will be the name of the request/session parameter which will be used to determine the desired language.'), + '#description' => t('Name of the request/session parameter used to determine the desired language.'), ); $form['#redirect'] = 'admin/config/regional/language/configure'; -- cgit v1.2.3