Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2010-08-25 11:50:48 +0400
committerMichal Čihař <mcihar@novell.com>2010-08-25 11:50:48 +0400
commit59a84ae32723f3e31193841586e5a0e3731535ce (patch)
treea77ae02153af1ea7b83e5ff29d2be0e0576e59b2 /prefs_manage.php
parent01a33dc79acc274e81e196e463cb8f907fc941d4 (diff)
Add missing dot.
Diffstat (limited to 'prefs_manage.php')
-rw-r--r--prefs_manage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs_manage.php b/prefs_manage.php
index ae9ef1165e..76ead89797 100644
--- a/prefs_manage.php
+++ b/prefs_manage.php
@@ -320,7 +320,7 @@ PMA_printJsValue("PMA_messages['strSavedOn']", __('Saved on: @DATE@'));
<h2><?php echo __('Reset') ?></h2>
<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 __('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 />
<input type="submit" name="submit_clear" value="<?php echo __('Reset') ?>" />
</form>