Merge pull request #1618 from pratiksethia1/minorCorrections

changes titles and minor correction
This commit is contained in:
Marc Delisle 2015-03-30 07:33:03 -04:00
commit c6052ace97
2 changed files with 3 additions and 3 deletions

View File

@ -896,7 +896,7 @@ function Save_as()
$('<div id="page_save_as_dialog"></div>')
.append(data.message)
.dialog({
title: "Save table coordinates",
title: "Save page as",
width: 450,
modal: true,
buttons: button_options,

View File

@ -587,7 +587,7 @@ function PMA_getDatabaseTables(
$html .= '</td>';
}
$html .= '<td class="small_tab" ';
$html .= '<td class="small_tab" title="' . __('Toggle') . '" ';
$html .= 'id="id_hide_tbody_' . $t_n_url . '" ';
$html .= 'table_name="' . htmlspecialchars($t_n_url)
. '" onmouseover="this.className=\'small_tab2\';" ';
@ -610,7 +610,7 @@ function PMA_getDatabaseTables(
. '\'small_tab_pref2 small_tab_pref_1\';" ';
$html .= 'onmouseout="this.className=\'small_tab_pref small_tab_pref_1\';" ';
$html .= '>';
$html .= '<img alt="" ';
$html .= '<img alt="" title="' . __('See table structure') . '" ';
$html .= 'src="' . $_SESSION['PMA_Theme']->getImgPath('pmd/exec_small.png')
. '" />';
$html .= '</td>';