From effa795c79aef8afc9891433da89cebe998f65bd Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sun, 18 Sep 2011 19:50:11 +0530 Subject: [PATCH] Wrong message used in 8373e5feec2232e6a17b342eb0bf74930431bfcc --- 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 6a2a5e4108..19ec4e4b5b 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 7d803c60ee..33b7591817 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 */