From 99a6e79d9b4bb54775755791c2e508150cc2cc09 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 30 May 2006 16:50:06 +0000 Subject: language changes by SHS` [en-GB (OED)] - our thanks to him! git-svn-id: file:///svn/phpbb/trunk@5988 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/search.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/language/en/search.php') diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php index a1d7b77d29..ac87ec8672 100644 --- a/phpBB/language/en/search.php +++ b/phpBB/language/en/search.php @@ -66,7 +66,7 @@ $lang = array_merge($lang, array( 'SEARCH_FORUMS' => 'Search in forums', 'SEARCH_FORUMS_EXPLAIN' => 'Select the forum or forums you wish to search in. For speed all subforums can be searched by selecting the parent and setting enable search subforums below.', 'SEARCH_IN_RESULTS' => 'Search these results', - 'SEARCH_KEYWORDS_EXPLAIN' => 'Place + in front of a word which must be found and - in front of a word which must not be found. If you place | in front of words, each result has to contain at least one of these words. Use * as a wildcard for partial matches', + 'SEARCH_KEYWORDS_EXPLAIN' => 'Place + in front of a word which must be found and - in front of a word which must not be found. If you place | in front of words, each result has to contain at least one of these words. Use * as a wildcard for partial matches', 'SEARCH_MSG_ONLY' => 'Message text only', 'SEARCH_OPTIONS' => 'Search Options', 'SEARCH_QUERY' => 'Search Query', @@ -78,8 +78,8 @@ $lang = array_merge($lang, array( 'SORT_AUTHOR' => 'Author', 'SORT_DESCENDING' => 'Descending', 'SORT_FORUM' => 'Forum', - 'SORT_POST_SUBJECT' => 'Post Subject', - 'SORT_TIME' => 'Post Time', + 'SORT_POST_SUBJECT' => 'Post subject', + 'SORT_TIME' => 'Post time', 'TOO_FEW_AUTHOR_CHARS' => 'You must specify at least %d characters of the authors name.', )); -- cgit v1.2.1