From 2ebc300a5ac4c85fb03063d01887f52852e07da7 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Wed, 7 Mar 2007 18:27:30 +0000 Subject: [PATCH] forgot a file git-svn-id: file:///svn/phpbb/trunk@7145 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/acp/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php index 85ad45d858..d95ecd557c 100644 --- a/phpBB/language/en/acp/search.php +++ b/phpBB/language/en/acp/search.php @@ -76,7 +76,7 @@ $lang = array_merge($lang, array( 'SEARCH_GUEST_INTERVAL' => 'Guest search flood interval', 'SEARCH_GUEST_INTERVAL_EXPLAIN' => 'Number of seconds guests must wait between searches. If one guest searches all others have to wait until the time interval passed.', - 'SEARCH_INDEX_CREATE_REDIRECT' => 'All posts up to post id %d have been indexed.
Indexing in progress ...', + 'SEARCH_INDEX_CREATE_REDIRECT' => 'All posts up to post id %d have been indexed.
%d posts in this step and %f posts per second
Indexing in progress ...', 'SEARCH_INDEX_DELETE_REDIRECT' => 'All posts up to post id %d have been removed from the search index.
Deleting in progress ...', 'SEARCH_INDEX_CREATED' => 'Successfully indexed all posts in the board database.', 'SEARCH_INDEX_REMOVED' => 'Successfully deleted the search index for this backend.',