From 81938a3cdc7b9bd13d58e355c59d9835e830fea4 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 18 Aug 2006 12:17:00 +0000 Subject: #76802: Introduce placeholder magic into t() See: http://drupal.org/node/64279#t-placeholders --- modules/legacy/legacy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/legacy/legacy.module') diff --git a/modules/legacy/legacy.module b/modules/legacy/legacy.module index 5dd044359..2105ffb8d 100644 --- a/modules/legacy/legacy.module +++ b/modules/legacy/legacy.module @@ -25,7 +25,7 @@ function legacy_help($section) { '); $output .= '

'. t('Legacy module has no configurable options.') .'

'; - $output .= '

'. t('For more information please read the configuration and customization handbook Legacy page.', array('%legacy' => 'http://drupal.org/handbook/modules/legacy/')) .'

'; + $output .= '

'. t('For more information please read the configuration and customization handbook Legacy page.', array('@legacy' => 'http://drupal.org/handbook/modules/legacy/')) .'

'; return $output; case 'admin/settings/modules#description': return t('Provides legacy handlers for upgrades from older Drupal installations.'); -- cgit v1.2.3