Followup r85885: Better error message for an insufficient pagesize in a DB2 database.
authorLeons Petrazickis <leonsp@users.mediawiki.org>
Thu, 14 Apr 2011 20:03:37 +0000 (20:03 +0000)
committerLeons Petrazickis <leonsp@users.mediawiki.org>
Thu, 14 Apr 2011 20:03:37 +0000 (20:03 +0000)
includes/installer/Installer.i18n.php

index 6550683..4663f5a 100644 (file)
@@ -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.",