diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-16 17:31:49 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-16 17:31:49 +0000 |
commit | cac4518b395fec376e1a2bb01f566d5a1e61f825 (patch) | |
tree | c7e8361280cd8e48d627a1760e26ec6e3a6fd741 /phpBB/search.php | |
parent | 40ddc64afed38f66e100b0aa0882dc3c57c05cf8 (diff) | |
download | forums-cac4518b395fec376e1a2bb01f566d5a1e61f825.tar forums-cac4518b395fec376e1a2bb01f566d5a1e61f825.tar.gz forums-cac4518b395fec376e1a2bb01f566d5a1e61f825.tar.bz2 forums-cac4518b395fec376e1a2bb01f566d5a1e61f825.tar.xz forums-cac4518b395fec376e1a2bb01f566d5a1e61f825.zip |
Mainly language updates but some bug fixes too
git-svn-id: file:///svn/phpbb/trunk@1332 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/search.php')
-rw-r--r-- | phpBB/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php index 9ca2e19124..24ad87eb87 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -1177,7 +1177,7 @@ $template->assign_vars(array( "L_CHARACTERS" => $lang['characters_posts'], "L_SORT_BY" => $lang['Sort_by'], "L_SORT_ASCENDING" => $lang['Sort_Ascending'], - "L_SORT_DESCENDING" => $lang['Sort_Decending'], + "L_SORT_DESCENDING" => $lang['Sort_Descending'], "L_SEARCH_PREVIOUS" => $lang['Search_previous'], "L_DISPLAY_RESULTS" => $lang['Display_results'], |