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/search/search.admin.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/search') diff --git a/modules/search/search.admin.inc b/modules/search/search.admin.inc index d93c85288..fda14ee7b 100644 --- a/modules/search/search.admin.inc +++ b/modules/search/search.admin.inc @@ -10,7 +10,7 @@ */ function search_reindex_confirm() { return confirm_form(array(), t('Are you sure you want to re-index the site?'), - 'admin/config/search/settings', t(' The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won\'t be indexed until all existing content has been re-indexed. This action cannot be undone.'), t('Re-index site'), t('Cancel')); + 'admin/config/search/settings', t('The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won\'t be indexed until all existing content has been re-indexed. This action cannot be undone.'), t('Re-index site'), t('Cancel')); } /** @@ -106,7 +106,7 @@ function search_admin_settings($form) { $form['active'] = array( '#type' => 'fieldset', - '#title' => t('Active search modules ') + '#title' => t('Active search modules') ); $module_options = _search_get_module_names(); $form['active']['search_active_modules'] = array( -- cgit v1.2.3