From 56e5ff588283576d0dc7509b38fdc650301b96b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 26 Aug 2007 16:06:35 +0000 Subject: small but annoying wording typo noticed by chx: translation_node_get_translations() actually loads partial nodes only --- modules/translation/translation.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/translation/translation.module b/modules/translation/translation.module index ea4dea4ff..04ee51bb3 100644 --- a/modules/translation/translation.module +++ b/modules/translation/translation.module @@ -326,7 +326,7 @@ function translation_clear_node_cache($tnid) { * Array of partial node objects (nid, title, language) representing * all nodes in the translation set, in effect all translations * of node $tnid, including node $tnid itself. Because these are - * not partial nodes, you need to node_load() the full node, if you + * partial nodes, you need to node_load() the full node, if you * need more properties. The array is indexed by language code. */ function translation_node_get_translations($tnid) { -- cgit v1.2.3