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>2011-09-19 16:35:11 +0400
committerMarc Delisle <marc@infomarc.info>2011-09-19 16:35:11 +0400
commit483ec3ba081db835dff8e97e237ea9504cdfda4d (patch)
tree1d36274543e7fe0bb259abcc6e4445411b1cbcc1 /tbl_zoom_select.php
parent50d051c7ecbb25c42fae655d037dcefc68390b07 (diff)
Improve dialog
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 33b7591817..3bff270c10 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -273,7 +273,7 @@ if (isset($zoom_submit) && $inputs[0] != 'pma_null' && $inputs[1] != 'pma_null')
}
?>
<table class="data">
- <tr><td><label for="dataLabel"><?php echo __("Data Label"); ?></label></td>
+ <tr><td><label for="dataLabel"><?php echo __("Use this column to label each point"); ?></label></td>
<td><select name="dataLabel" id='dataLabel' >
<option value = ''> <?php echo __('None'); ?> </option>
<?php