UI tweaks

This commit is contained in:
Jamie Cameron
2008-02-15 06:16:27 +00:00
parent bbce998c2f
commit 206afc9daf
2 changed files with 3 additions and 1 deletions

View File

@@ -112,7 +112,8 @@ elsif (@titles || @indexes) {
" <a href='$links[$i]'>".
&html_escape($all[$i])." ".$descs[$i]."</a>");
}
print &ui_grid_table(\@grid, 4, 100, undef, undef, "");
print &ui_grid_table(\@grid, 4, 100, undef, undef,
$text{'dbase_header'});
}
else {
# Show table icons

View File

@@ -48,6 +48,7 @@ stop_err=Failed to stop database
start_err=Failed to start database
dbase_title=Edit Database
dbase_header=Database tables, indexes and views
dbase_tables=Database Tables
dbase_add=Create a new table
dbase_drop=Drop Database