Change column reordering text
This commit is contained in:
parent
78e7565cfd
commit
fcc2f82fa5
@ -387,7 +387,7 @@ function PMA_displayTableNavigation($pos_next, $pos_prev, $sql_query, $id_for_di
|
||||
echo '<input id="table_create_time" type="hidden" value="' .
|
||||
PMA_Table::sGetStatusInfo($GLOBALS['db'], $GLOBALS['table'], 'CREATE_TIME') . '" />';
|
||||
// generate text for draggable column hint
|
||||
echo '<input id="col_order_hint" type="hidden" value="' . __('Click to drag') . '" />';
|
||||
echo '<input id="col_order_hint" type="hidden" value="' . __('Drag to reorder') . '" />';
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user