The branch, master has been updated via 483ec3ba081db835dff8e97e237ea9504cdfda4d (commit) from 50d051c7ecbb25c42fae655d037dcefc68390b07 (commit)
- Log ----------------------------------------------------------------- commit 483ec3ba081db835dff8e97e237ea9504cdfda4d Author: Marc Delisle marc@infomarc.info Date: Mon Sep 19 08:35:11 2011 -0400
Improve dialog
-----------------------------------------------------------------------
Summary of changes: tbl_zoom_select.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php index 33b7591..3bff270 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
hooks/post-receive