From 11b4b4bd60494d738670bf0c796a5cb646685bfc Mon Sep 17 00:00:00 2001 From: Leons Petrazickis Date: Thu, 14 Apr 2011 20:03:37 +0000 Subject: [PATCH] Followup r85885: Better error message for an insufficient pagesize in a DB2 database. --- 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 65506833b5..4663f5ad18 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -329,7 +329,7 @@ This is more efficient than MySQL's UTF-8 mode, and allows you to use the full r In '''UTF-8 mode''', MySQL will know what character set your data is in, and can present and convert it appropriately, but it will not let you store characters above the [http://en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].", - 'config-ibm_db2-low-db-pagesize' => 'There must be a tablespace with at least 32k of pagesize.', + 'config-ibm_db2-low-db-pagesize' => "Your DB2 database has a default tablespace with an insufficient pagesize. The pagesize has to be '''32K''' or greater.", 'config-site-name' => 'Name of wiki:', 'config-site-name-help' => "This will appear in the title bar of the browser and in various other places.", -- 2.20.1