Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorninadsp <ninadsp16289@gmail.com>2010-06-03 21:04:52 +0400
committerninadsp <ninadsp16289@gmail.com>2010-06-03 21:04:52 +0400
commit160f4314eb518afcc1eba80da9575657584b2e34 (patch)
tree6678e9fb54d748f31ce8d5bbdd87286e693b16e5 /tbl_relation.php
parent3bb4dbd0acc962969000cd2d0dab230d858dc28c (diff)
parent5dfe98a3786c7aaf55c9dd677da81bfe509c8612 (diff)
Merge remote branch 'origin/master'
Diffstat (limited to 'tbl_relation.php')
-rwxr-xr-xtbl_relation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_relation.php b/tbl_relation.php
index c9dbc434fb..5ca5ed54ee 100755
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -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