The branch, master has been updated via effa795c79aef8afc9891433da89cebe998f65bd (commit) from 5e83631469f286abb77c95adf5284923a3a0873a (commit)
- Log ----------------------------------------------------------------- commit effa795c79aef8afc9891433da89cebe998f65bd Author: Madhura Jayaratne madhura.cj@gmail.com Date: Sun Sep 18 19:50:11 2011 +0530
Wrong message used in 8373e5feec2232e6a17b342eb0bf74930431bfcc
-----------------------------------------------------------------------
Summary of changes: tbl_select.php | 2 +- tbl_zoom_select.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tbl_select.php b/tbl_select.php index 6a2a5e4..19ec4e4 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -25,7 +25,7 @@ $GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js'; $GLOBALS['js_include'][] = 'jquery/timepicker.js'; $GLOBALS['js_include'][] = 'gis_data_editor.js';
-$titles['Browse'] = PMA_getIcon('b_browse.png', __('Browse')); +$titles['Browse'] = PMA_getIcon('b_browse.png', __('Browse foreign values'));
$geom_types = PMA_getGISDatatypes(); /** diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php index 7d803c6..33b7591 100644 --- a/tbl_zoom_select.php +++ b/tbl_zoom_select.php @@ -55,7 +55,7 @@ if (isset($_REQUEST['get_data_row']) && $_REQUEST['get_data_row'] == true) { PMA_ajaxResponse(null, true, $extra_data); }
-$titles['Browse'] = PMA_getIcon('b_browse.png', __('Browse')); +$titles['Browse'] = PMA_getIcon('b_browse.png', __('Browse foreign values')); /** * Not selection yet required -> displays the selection form */
hooks/post-receive