From fbcca3330e7cc1c1db5c0a13bdbcaaea2019f48e Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Sun, 18 Feb 2018 19:55:10 +0000 Subject: [PATCH 1/2] incorrect terminology PR for #19725 It is NOT a database table name you are entering - it is the database name. and replace specify with enter at the same time (plain english) --- installation/language/en-GB/en-GB.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation/language/en-GB/en-GB.ini b/installation/language/en-GB/en-GB.ini index 0e0a364f5e4ef..a64bb1edf687f 100644 --- a/installation/language/en-GB/en-GB.ini +++ b/installation/language/en-GB/en-GB.ini @@ -29,16 +29,16 @@ INSTL_PRECHECK_ACTUAL="Actual" ; Database view INSTL_DATABASE="Database Configuration" INSTL_DATABASE_ERROR_POSTGRESQL_QUERY="PostgreSQL database query failed." -INSTL_DATABASE_HOST_DESC="Specify the Host Name, usually \"localhost\" or a name provided by your host." +INSTL_DATABASE_HOST_DESC="Enter the Host Name, usually \"localhost\" or a name provided by your host." INSTL_DATABASE_HOST_LABEL="Host Name" INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_CREATE_FILE="We were not able to create the file. Please manually create a file named "%1$s" and upload it to the "%2$s" folder of your Joomla site." INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_DELETE_FILE="In order to confirm that you are the owner of this website please delete the file named "%1$s" we have created in the "%2$s" folder of your Joomla site." INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_GENERAL_MESSAGE="You are trying to use a database host which is not on your local server. For security reasons, you need to verify the ownership of your web hosting account. Please read the documentation for more information." -INSTL_DATABASE_NAME_DESC="Specify the database table name. Use table prefix to distinct Joomla sites." +INSTL_DATABASE_NAME_DESC="Enter the database table name." INSTL_DATABASE_NAME_LABEL="Database Name" INSTL_DATABASE_NO_SCHEMA="No database schema exists for this database type." INSTL_DATABASE_PASSWORD_DESC="Either a password you created or a password provided by your host." -INSTL_DATABASE_PREFIX_DESC="Specify a table prefix or use the randomly generated one." +INSTL_DATABASE_PREFIX_DESC="Enter a table prefix or use the randomly generated one." INSTL_DATABASE_TYPE_DESC="Select the database type." INSTL_DATABASE_USER_DESC="Either a username you created or a username provided by your host." INSTL_INSTALL_JOOMLA="Install Joomla" From 35219ecec47c1b0c24b7223e31e3a1d190d7e0d5 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Mon, 19 Feb 2018 01:07:14 +0000 Subject: [PATCH 2/2] Update en-GB.ini --- installation/language/en-GB/en-GB.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/language/en-GB/en-GB.ini b/installation/language/en-GB/en-GB.ini index a64bb1edf687f..77632aa0801ff 100644 --- a/installation/language/en-GB/en-GB.ini +++ b/installation/language/en-GB/en-GB.ini @@ -34,7 +34,7 @@ INSTL_DATABASE_HOST_LABEL="Host Name" INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_CREATE_FILE="We were not able to create the file. Please manually create a file named "%1$s" and upload it to the "%2$s" folder of your Joomla site." INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_DELETE_FILE="In order to confirm that you are the owner of this website please delete the file named "%1$s" we have created in the "%2$s" folder of your Joomla site." INSTL_DATABASE_HOST_IS_NOT_LOCALHOST_GENERAL_MESSAGE="You are trying to use a database host which is not on your local server. For security reasons, you need to verify the ownership of your web hosting account. Please read the documentation for more information." -INSTL_DATABASE_NAME_DESC="Enter the database table name." +INSTL_DATABASE_NAME_DESC="Enter the database name." INSTL_DATABASE_NAME_LABEL="Database Name" INSTL_DATABASE_NO_SCHEMA="No database schema exists for this database type." INSTL_DATABASE_PASSWORD_DESC="Either a password you created or a password provided by your host."