summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/translation/translation.module2
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) {