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>2014-02-26 21:49:17 +0400
committerMarc Delisle <marc@infomarc.info>2014-02-26 21:49:17 +0400
commita7bb76e0458e807ba30a49f3e23333ad0f8d8bf1 (patch)
treed00276917d1f9b088a56c325bfaffbdd6a67ecec /db_qbe.php
parent9a18b579c3d2942eef09f5417699181bf25f9a0d (diff)
The word "criteria" is already a plural
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 4df2fa7870..7d1c2726d2 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -123,7 +123,7 @@ if ($displayUpdateSearchHint) {
PMA_Message::notice(
__(
'After saving or loading a search, you can rename it and save the '
- . 'new criterias.'
+ . 'new criteria.'
)
)
);