diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-03-14 05:27:06 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-03-14 05:27:06 +0000 |
commit | 25f5ba034c7b77f0849999aa5d97762f7a369bb6 (patch) | |
tree | 3fe8d7bae7b93f37eb69964ebf742a8554da8f48 | |
parent | 07d1ebb264bd4d6d6afab9513a8b00c3a615c16e (diff) | |
download | forums-25f5ba034c7b77f0849999aa5d97762f7a369bb6.tar forums-25f5ba034c7b77f0849999aa5d97762f7a369bb6.tar.gz forums-25f5ba034c7b77f0849999aa5d97762f7a369bb6.tar.bz2 forums-25f5ba034c7b77f0849999aa5d97762f7a369bb6.tar.xz forums-25f5ba034c7b77f0849999aa5d97762f7a369bb6.zip |
Rewording of the search reindexing status thingy + typography. Also, we don't really need to know how the post indexing rate with an accuracy of 6 decimal places, when 1 suffices! :D
git-svn-id: file:///svn/phpbb/trunk@7187 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/language/en/acp/search.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php index d95ecd557c..8224a6e1bc 100644 --- a/phpBB/language/en/acp/search.php +++ b/phpBB/language/en/acp/search.php @@ -76,8 +76,8 @@ $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. <br /> %d posts in this step and %f posts per second<br />Indexing in progress ...', - 'SEARCH_INDEX_DELETE_REDIRECT' => 'All posts up to post id %d have been removed from the search index.<br /> Deleting in progress ...', + 'SEARCH_INDEX_CREATE_REDIRECT' => 'All posts up to post id %d have now been indexed, of which %d posts were within this step.<br />The current rate of indexing is approximately %.1f posts per second.<br />Indexing in progress…', + 'SEARCH_INDEX_DELETE_REDIRECT' => 'All posts up to post id %d have been removed from the search index.<br />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.', 'SEARCH_INTERVAL' => 'User search flood interval', |