From bc3aeb2523440c6ed4f51cc9a9d7f10867988edb Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 17 Oct 2011 08:35:22 -0700 Subject: Issue #1183430 by TR, oriol_e9g: Fixed t function strings should not have whitespaces at beginning or end. --- modules/field_ui/field_ui.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field_ui') diff --git a/modules/field_ui/field_ui.api.php b/modules/field_ui/field_ui.api.php index b6446520a..234012512 100644 --- a/modules/field_ui/field_ui.api.php +++ b/modules/field_ui/field_ui.api.php @@ -82,7 +82,7 @@ function hook_field_instance_settings_form($field, $instance) { t('No'), t('Yes'), ), - '#description' => t('Display the summary to allow the user to input a summary value. Hide the summary to automatically fill it with a trimmed portion from the main post. '), + '#description' => t('Display the summary to allow the user to input a summary value. Hide the summary to automatically fill it with a trimmed portion from the main post.'), '#default_value' => !empty($settings['display_summary']) ? $settings['display_summary'] : 0, ); } -- cgit v1.2.3