From a3a420c3e6f3805a91448c877a8a423f7232198c Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 12 Oct 2008 06:27:06 +0000 Subject: Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations. --- modules/translation/translation.pages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/translation') diff --git a/modules/translation/translation.pages.inc b/modules/translation/translation.pages.inc index 09c82800f..095b581b5 100644 --- a/modules/translation/translation.pages.inc +++ b/modules/translation/translation.pages.inc @@ -54,6 +54,6 @@ function translation_node_overview($node) { $rows[] = array($language_name, $title, $status, implode(" | ", $options)); } - drupal_set_title(t('Translations of %title', array('%title' => $node->title)), PASS_THROUGH); + drupal_set_title(t('Translations of %title', array('%title' => $node->title))); return theme('table', $header, $rows); } -- cgit v1.2.3