diff options
-rw-r--r-- | modules/search.module | 2 | ||||
-rw-r--r-- | modules/search/search.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/search.module b/modules/search.module index d1c94a207..34ac1ef98 100644 --- a/modules/search.module +++ b/modules/search.module @@ -235,7 +235,7 @@ function search_settings() { */ function search_wipe_confirm() { return confirm_form('search_wipe_confirm', $form, t('Are you sure you want to re-index the site?'), - 'admin/forums', 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/settings/search', 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')); } /** diff --git a/modules/search/search.module b/modules/search/search.module index d1c94a207..34ac1ef98 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -235,7 +235,7 @@ function search_settings() { */ function search_wipe_confirm() { return confirm_form('search_wipe_confirm', $form, t('Are you sure you want to re-index the site?'), - 'admin/forums', 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/settings/search', 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')); } /** |