Wrong message used in 8373e5feec
This commit is contained in:
parent
5e83631469
commit
effa795c79
@ -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();
|
||||
/**
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user