diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-16 14:47:27 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-16 14:47:27 +0000 |
commit | fd59e8889866832a291a77350ecdbfb982cd84c4 (patch) | |
tree | bc0d8a34c1a92ba973192155ae7b731b05b4975d /phpBB/language | |
parent | 69e8054bdcab2a52349f676ae27dd0f1114e3633 (diff) | |
download | forums-fd59e8889866832a291a77350ecdbfb982cd84c4.tar forums-fd59e8889866832a291a77350ecdbfb982cd84c4.tar.gz forums-fd59e8889866832a291a77350ecdbfb982cd84c4.tar.bz2 forums-fd59e8889866832a291a77350ecdbfb982cd84c4.tar.xz forums-fd59e8889866832a291a77350ecdbfb982cd84c4.zip |
Slight mods to the usersearch function, moved to search.php
git-svn-id: file:///svn/phpbb/trunk@1224 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/lang_english/lang_main.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 |