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ř <michal@cihar.com>2014-03-28 12:50:09 +0400
committerMichal Čihař <michal@cihar.com>2014-03-28 12:58:17 +0400
commitaf3bfe6cfbdc9f0ee4c90b9e039d96758f2b713c (patch)
tree4d8f981b48e5a318757eb052dcc354717888ecce /libraries/user_preferences.inc.php
parent28081b8309702e1cc34318a7fdbc3ecca4c6a407 (diff)
Consistently use comma at the end of notification messages
These are sentences and should be ended as such. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'libraries/user_preferences.inc.php')
-rw-r--r--libraries/user_preferences.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/user_preferences.inc.php b/libraries/user_preferences.inc.php
index d338bcd224..241ca086d7 100644
--- a/libraries/user_preferences.inc.php
+++ b/libraries/user_preferences.inc.php
@@ -43,7 +43,7 @@ echo '</ul><div class="clearfloat"></div>';
// show "configuration saved" message and reload navigation panel if needed
if (!empty($_GET['saved'])) {
- PMA_Message::rawSuccess(__('Configuration has been saved'))->display();
+ PMA_Message::rawSuccess(__('Configuration has been saved.'))->display();
}
/* debug code