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
path: root/sql
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2019-10-17 05:11:56 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-10-18 15:13:08 +0300
commit441f8daa1a9ed62c77643e9a93ad40352d2fa6df (patch)
tree825e19933a5531944588cae74cb277034db9c03f /sql
parent875b7e1b065cf9ad4b3c2c26ca71a567aa856063 (diff)
Use gender-neutral pronouns
Replaces gender-specific pronouns with gender-neutral pronouns. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'sql')
-rw-r--r--sql/create_tables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/create_tables.sql b/sql/create_tables.sql
index e2fe779e10..13e4257801 100644
--- a/sql/create_tables.sql
+++ b/sql/create_tables.sql
@@ -4,7 +4,7 @@
-- This file is meant for use with MySQL 5 and above!
--
-- This script expects the user pma to already be existing. If we would put a
--- line here to create him too many users might just use this script and end
+-- line here to create them too many users might just use this script and end
-- up with having the same password for the controluser.
--
-- This user "pma" must be defined in config.inc.php (controluser/controlpass)