diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-26 16:06:35 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-26 16:06:35 +0000 |
commit | 56e5ff588283576d0dc7509b38fdc650301b96b1 (patch) | |
tree | 3b96ef7fdf25c19d6808012cb053e174927fbbd1 | |
parent | d1e33c191c5bc996ec402f14cfb02be0463a92a7 (diff) | |
download | brdo-56e5ff588283576d0dc7509b38fdc650301b96b1.tar.gz brdo-56e5ff588283576d0dc7509b38fdc650301b96b1.tar.bz2 |
small but annoying wording typo noticed by chx: translation_node_get_translations() actually loads partial nodes only
-rw-r--r-- | modules/translation/translation.module | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |