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 /db_qbe.php
parent3bb4dbd0acc962969000cd2d0dab230d858dc28c (diff)
parent5dfe98a3786c7aaf55c9dd677da81bfe509c8612 (diff)
Merge remote branch 'origin/master'
Diffstat (limited to 'db_qbe.php')
-rwxr-xr-xdb_qbe.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/db_qbe.php b/db_qbe.php
index dce1c67707..0b661c95ff 100755
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -171,7 +171,7 @@ function showColumnSelectCell($columns, $column_number, $selected = '')
<fieldset>
<table class="data" style="width: 100%;">
<tr class="odd noclick">
- <th><?php echo __('Field'); ?>:</th>
+ <th><?php echo __('Column'); ?>:</th>
<?php
$z = 0;
for ($x = 0; $x < $col; $x++) {
@@ -581,7 +581,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
<table border="0" cellpadding="2" cellspacing="1">
<tr>
<td nowrap="nowrap">
- <?php echo __('Add/Delete Criteria Row'); ?>:
+ <?php echo __('Add/Delete criteria rows'); ?>:
<select size="1" name="add_row">
<option value="-3">-3</option>
<option value="-2">-2</option>
@@ -593,7 +593,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
</select>
</td>
<td width="10">&nbsp;</td>
- <td nowrap="nowrap"><?php echo __('Add/Delete Field Columns'); ?>:
+ <td nowrap="nowrap"><?php echo __('Add/Delete columns'); ?>:
<select size="1" name="add_col">
<option value="-3">-3</option>
<option value="-2">-2</option>