Add missing dot.

This commit is contained in:
Michal Čihař
2010-08-25 09:50:48 +02:00
parent 01a33dc79a
commit 59a84ae327

View File

@@ -320,7 +320,7 @@ PMA_printJsValue("PMA_messages['strSavedOn']", __('Saved on: @DATE@'));
<h2><?php echo __('Reset') ?></h2> <h2><?php echo __('Reset') ?></h2>
<form class="group-cnt prefs-form" name="prefs_reset" action="prefs_manage.php" method="post"> <form class="group-cnt prefs-form" name="prefs_reset" action="prefs_manage.php" method="post">
<?php echo PMA_generate_common_hidden_inputs() . "\n" ?> <?php echo PMA_generate_common_hidden_inputs() . "\n" ?>
<?php echo __('You can reset all your settings and restore them to default values') ?> <?php echo __('You can reset all your settings and restore them to default values.') ?>
<br /><br /> <br /><br />
<input type="submit" name="submit_clear" value="<?php echo __('Reset') ?>" /> <input type="submit" name="submit_clear" value="<?php echo __('Reset') ?>" />
</form> </form>