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 /tbl_addfield.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 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 2a0590deaa..0a61c77f2e 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -81,7 +81,7 @@ if (isset($_REQUEST['do_save_data'])) {
// Go back to the structure sub-page
$message = PMA_Message::success(
- __('Table %1$s has been altered successfully')
+ __('Table %1$s has been altered successfully.')
);
$message->addParam($table);
$response->addJSON('message', $message);