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:
authorMarc Delisle <marc@infomarc.info>2010-05-31 22:33:21 +0400
committerMarc Delisle <marc@infomarc.info>2010-05-31 22:33:21 +0400
commitcaa98445d818b85f0fbec0e76c64b5774b32ca22 (patch)
treef20920a7e839f968420fb4360d10ca33679cc4be /db_printview.php
parent5a3ebdec93d2c363f65a20b5db13e7d64e8eb861 (diff)
conform to relational terminology regarding columns and rows
Diffstat (limited to 'db_printview.php')
-rw-r--r--db_printview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_printview.php b/db_printview.php
index e91c04c8f0..a6d66f7b58 100644
--- a/db_printview.php
+++ b/db_printview.php
@@ -102,7 +102,7 @@ else {
<thead>
<tr>
<th><?php echo __('Table'); ?></th>
- <th><?php echo __('Records'); ?></th>
+ <th><?php echo __('Rows'); ?></th>
<th><?php echo __('Type'); ?></th>
<?php
if ($cfg['ShowStats']) {