From 827f064debf8e04ebe6183dc4cd96e0cd022300d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 24 Nov 2006 10:18:24 +0000 Subject: - Patch # #98366 by webchick and ac: simplified strings for translators. --- includes/locale.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/locale.inc b/includes/locale.inc index 291e0eb2e..bb2136ccf 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -153,7 +153,7 @@ function locale_custom_language_form() { '#size' => 12, '#maxlength' => 60, '#required' => TRUE, - '#description' => t("Commonly this is an ISO 639 language code with an optional country code for regional variants. Examples include 'en', 'en-US' and 'zh-cn'.", array('@iso-codes' => 'http://www.w3.org/WAI/ER/IG/ert/iso639.htm')), + '#description' => t('Commonly this is an ISO 639 language code with an optional country code for regional variants. Examples include "en", "en-US" and "zh-cn".', array('@iso-codes' => 'http://www.w3.org/WAI/ER/IG/ert/iso639.htm')), ); $form['custom language']['langname'] = array('#type' => 'textfield', '#title' => t('Language name in English'), -- cgit v1.2.3