From 3257ec848d4a8c0b009b6c57ff24f62c6a188e60 Mon Sep 17 00:00:00 2001 From: Purodha B Blissenbach Date: Sat, 26 Nov 2011 09:03:20 +0000 Subject: [PATCH] Add colon to message, see https://translatewiki.net/wiki/Thread:Support/Missing_colon_at_MediaWiki:Config-db-schema --- includes/installer/Installer.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 0b1518a08c..eb251ff735 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -217,7 +217,7 @@ In '''UTF-8 mode''', MySQL will know what character set your data is in, and can but it will not let you store characters above the [//en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].", 'config-mysql-old' => 'MySQL $1 or later is required, you have $2.', 'config-db-port' => 'Database port:', - 'config-db-schema' => 'Schema for MediaWiki', + 'config-db-schema' => 'Schema for MediaWiki:', 'config-db-schema-help' => 'This schema will usually be fine. Only change it if you know you need to.', 'config-pg-test-error' => "Cannot connect to database '''$1''': $2", -- 2.20.1