From 599fe08929b4c582020157ee46327d477f7a47cb Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Sat, 25 Nov 2006 08:46:31 +0000 Subject: [PATCH] #98384 by RobRoy. Add a space between two sentences. --- modules/block/block.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/block/block.module b/modules/block/block.module index db0271bf2cd..1335ffec3f6 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -458,7 +458,7 @@ function block_admin_configure($module = NULL, $delta = 0) { if ($access) { $options[] = t('Show if the following PHP code returns TRUE (PHP-mode, experts only).'); - $description .= t('If the PHP-mode is chosen, enter PHP code between %php. Note that executing incorrect PHP-code can break your Drupal site.', array('%php' => '')); + $description .= ' '. t('If the PHP-mode is chosen, enter PHP code between %php. Note that executing incorrect PHP-code can break your Drupal site.', array('%php' => '')); } $form['page_vis_settings']['visibility'] = array( '#type' => 'radios',