From fd59e8889866832a291a77350ecdbfb982cd84c4 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 16 Oct 2001 14:47:27 +0000 Subject: Slight mods to the usersearch function, moved to search.php git-svn-id: file:///svn/phpbb/trunk@1224 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english/lang_main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/language') diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index 2f86c0393d..2817619c78 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -622,7 +622,7 @@ $lang['found'] = "found"; // this precedes the number of matches found and follo $lang['match'] = "Match"; // this and the following entry proceed the number of matches found $lang['matches'] = "Matches"; $lang['Search_new'] = "View posts since last visit"; - +$lang['Close_window'] = "Close Window"; // // Auth related entries @@ -1116,4 +1116,4 @@ $lang['no_disallowed'] = "No Disallowed Usernames"; // That's all Folks! // ------------------------------------------------- -?> +?> \ No newline at end of file -- cgit v1.2.1