diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-11-25 08:46:31 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-11-25 08:46:31 +0000 |
commit | 599fe08929b4c582020157ee46327d477f7a47cb (patch) | |
tree | 40d81cabba4111c69b8f1d5270f3e3ca385ba922 /modules | |
parent | dc86807cfd162bb59b8cf4fe4da3bf8e4282f539 (diff) | |
download | brdo-599fe08929b4c582020157ee46327d477f7a47cb.tar.gz brdo-599fe08929b4c582020157ee46327d477f7a47cb.tar.bz2 |
#98384 by RobRoy. Add a space between two sentences.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/block/block.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.module b/modules/block/block.module index db0271bf2..1335ffec3 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 <code>TRUE</code> (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' => '<?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' => '<?php ?>')); } $form['page_vis_settings']['visibility'] = array( '#type' => 'radios', |