From 38aaf5f35d8bc51f6792989a1a7732be5a1e7676 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 31 May 2002 20:29:30 +0000 Subject: - Added missing translations and the like. --- modules/taxonomy.module | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/taxonomy.module') diff --git a/modules/taxonomy.module b/modules/taxonomy.module index ccccd36c4..24d0062fd 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -244,14 +244,15 @@ function taxonomy_form($vocabulary_id, $value = 0) { } else { $verb = "can"; - $blank = ""; + $blank = t(""); } + if ($vocabulary->multiple) { - $description = "You $verb choose one or more terms for this node"; + $description = t("You $verb choose one or more terms for this node."); $multiple = 1; } else { - $description = "You $verb choose one term for this node"; + $description = t("You $verb choose one term for this node."); $multiple = 0; } return _taxonomy_term_select($vocabulary->name, "taxonomy", $value, $vocabulary_id, $description, $multiple, $blank); -- cgit v1.2.3