Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Jul 22, 2014
1 parent 3f241a7 commit f93ca6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/tbl_indexes.lib.php
Expand Up @@ -335,7 +335,7 @@ function PMA_getHtmlForIndexForm($fields, $index, $form_params, $add_fields)
$html .= '<tr class="';
$html .= $odd_row ? 'odd' : 'even';
$html .= 'noclick">';
$html .= '<td><span class="drag_icon" title="' . __('Drag to re-order') . '"'
$html .= '<td><span class="drag_icon" title="' . __('Drag to reorder') . '"'
. '></span>';
$html .= '<select name="index[columns][names][]">';
$html .= '<option value="">-- ' . __('Ignore') . ' --</option>';
Expand Down Expand Up @@ -372,7 +372,7 @@ function PMA_getHtmlForIndexForm($fields, $index, $form_params, $add_fields)
$html .= '<tr class="';
$html .= $odd_row ? 'odd' : 'even';
$html .= 'noclick">';
$html .= '<td><span class="drag_icon" title="' . __('Drag to re-order') . '"'
$html .= '<td><span class="drag_icon" title="' . __('Drag to reorder') . '"'
. '></span>';
$html .= '<select name="index[columns][names][]">';
$html .= '<option value="">-- ' . __('Ignore') . ' --</option>';
Expand Down

0 comments on commit f93ca6d

Please sign in to comment.