Improve message

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-04-04 05:39:43 -04:00
parent e83a50edae
commit 5b671f34dd
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ echo '</div>';
<img class="M_bord" src="<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/bord.png'); ?>" alt="" />
<a href="#" onclick="PDF_save(); return false" class="M_butt ajax">
<img src="<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/pdf.png'); ?>" alt="key"
width="20" height="20" title="<?php echo __('Import/Export coordinates for PDF schema'); ?>" />
width="20" height="20" title="<?php echo __('Import/Export coordinates for relational schema'); ?>" />
</a>
<?php
if (isset($_REQUEST['query'])) {

View File

@ -100,7 +100,7 @@ if (! empty($message)) {
echo '<form name="form1" method="post" action="pmd_pdf.php">';
echo PMA_URL_getHiddenInputs($db);
echo '<div>';
echo '<fieldset><legend>' . __('Import/Export coordinates for PDF schema') . '</legend>';
echo '<fieldset><legend>' . __('Import/Export coordinates for relational schema') . '</legend>';
$choices = array();