Order by -> Sort

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@56 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2007-07-06 09:15:53 +00:00
parent fbcf6fb464
commit 8fbb3f5f4b
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ echo "<input name='where[$i][val]' /></div>\n"; //! JavaScript for adding next
//! fulltext search
echo "</fieldset>\n";
echo "<fieldset><legend>" . lang('Order by') . "</legend>\n";
echo "<fieldset><legend>" . lang('Sort') . "</legend>\n";
$order = array();
$i = 0;
foreach ((array) $_GET["order"] as $key => $val) {