summaryrefslogtreecommitdiff
path: root/modules/translation/translation.pages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/translation/translation.pages.inc')
-rw-r--r--modules/translation/translation.pages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/translation/translation.pages.inc b/modules/translation/translation.pages.inc
index 70fa7fd10..5c6add4b6 100644
--- a/modules/translation/translation.pages.inc
+++ b/modules/translation/translation.pages.inc
@@ -47,7 +47,7 @@ function translation_node_overview($node) {
// No such translation in the set yet: help user to create it.
$title = t('n/a');
if (node_access('create', $node)) {
- $options[] = l(t('add translation'), 'node/add/' . str_replace('_', '-', $node->type), array('query' => array('translation' => $node->nid, 'language' => $language->language)));
+ $options[] = l(t('add translation'), 'node/add/' . str_replace('_', '-', $node->type), array('query' => array('translation' => $node->nid, 'target' => $language->language)));
}
$status = t('Not translated');
}