From b5bf8a8f476fe4214478fec9250e651164b0e76f Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Sun, 26 Nov 2006 02:20:01 +0000 Subject: #97824 by Gurpartap. Move enclosing elements outside of their t(). --- modules/path/path.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index 1679e8e43..81a5ad28f 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -26,9 +26,9 @@ function path_help($section) { $output .= '

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

'; return $output; case 'admin/build/path': - return t("

Drupal provides users complete control over URLs through aliasing. This feature is typically used to make URLs human-readable or easy to remember. For example, one could map the relative URL 'node/1' onto 'about'. Each system path can have multiple aliases.

"); + return '

'. t("Drupal provides users complete control over URLs through aliasing. This feature is typically used to make URLs human-readable or easy to remember. For example, one could map the relative URL 'node/1' onto 'about'. Each system path can have multiple aliases.") .'

'; case 'admin/build/path/add': - return t('

Enter the path you wish to create the alias for, followed by the name of the new alias.

'); + return '

'. t('Enter the path you wish to create the alias for, followed by the name of the new alias.') .'

'; } } -- cgit v1.2.3