Change column reordering text

This commit is contained in:
Aris Feryanto 2011-06-12 11:11:03 +07:00
parent 78e7565cfd
commit fcc2f82fa5

View File

@ -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>