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:
authorMarc Delisle <marc@infomarc.info>2011-05-04 02:52:37 +0400
committerMarc Delisle <marc@infomarc.info>2011-05-04 02:52:37 +0400
commitb2b1953db11219b5ac801ab58c3ecff2cfbb7f29 (patch)
tree5f477254cd08fea3f121eefce4725e33af6b70c0 /tbl_replace.php
parent90845aa8cbec8788c92e48090a214ff89a2309b3 (diff)
Start to replace warning level with error level
Diffstat (limited to 'tbl_replace.php')
-rw-r--r--tbl_replace.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_replace.php b/tbl_replace.php
index ab8cd10752..0abe12481e 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -410,7 +410,7 @@ $message->addMessages($last_messages, '<br />');
if (! empty($warning_messages)) {
/**
- * @todo use a <div class="warning"> in PMA_showMessage() for this part of
+ * @todo use a <div class="error"> in PMA_showMessage() for this part of
* the message
*/
$message->addMessages($warning_messages, '<br />');