From 8f9298577e7db9af6d34c3d69bd633a5c7e3de74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 18 Jun 2007 13:00:02 +0000 Subject: Corrected documentation for plid to reflect chaining. --- modules/locale/locale.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/locale/locale.schema b/modules/locale/locale.schema index 3b60c8150..1697e1e57 100644 --- a/modules/locale/locale.schema +++ b/modules/locale/locale.schema @@ -54,7 +54,7 @@ function locale_schema() { 'translation' => array('type' => 'text', 'mysql_type' => 'blob', 'not null' => TRUE), // Language code referencing the languages table. 'language' => array('type' => 'varchar', 'length' => 12, 'not null' => TRUE, 'default' => ''), - // Parent lid (lid of the singular form) in case of plural strings. + // Parent lid (lid of the previous string in the plural chain) in case of plural strings. 'plid' => array('type' => 'int', 'not null' => TRUE, 'default' => 0), // Plural index number in case of plural strings. 'plural' => array('type' => 'int', 'not null' => TRUE, 'default' => 0) -- cgit v1.2.3