conform to relational terminology regarding columns and rows

This commit is contained in:
Marc Delisle
2010-05-31 14:33:21 -04:00
parent 5a3ebdec93
commit caa98445d8
44 changed files with 176 additions and 172 deletions

View File

@@ -399,7 +399,7 @@ if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
<legend><?php echo __('Relations'); ?></legend>
<table>
<tr><th><?php echo __('Field'); ?></th>
<tr><th><?php echo __('Column'); ?></th>
<?php
if ($cfgRelation['relwork']) {
echo '<th>' . __('Internal relation');
@@ -545,7 +545,7 @@ if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
$disp = PMA_getDisplayField($db, $table);
?>
<fieldset>
<label><?php echo __('Choose field to display') . ': '; ?></label>
<label><?php echo __('Choose column to display') . ': '; ?></label>
<select name="display_field">
<option value="">---</option>
<?php