From: MatmaRex Date: Sun, 10 Feb 2013 22:53:39 +0000 (+0100) Subject: fix a typo in generateCollationData.php X-Git-Tag: 1.31.0-rc.0~20625^2 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=b70ac9c1a4d896ab24f619b3ca82e5e024bc7dbf;p=lhc%2Fweb%2Fwiklou.git fix a typo in generateCollationData.php Follow-up to I85353559. Change-Id: If65589d9f2b855849ca34a13eef2bce3377252ef --- diff --git a/maintenance/language/generateCollationData.php b/maintenance/language/generateCollationData.php index 0d5e238f9c..12823c0cc3 100644 --- a/maintenance/language/generateCollationData.php +++ b/maintenance/language/generateCollationData.php @@ -82,7 +82,7 @@ class GenerateCollationData extends Maintenance { . "\n\n"; } if ( !$ucdallPresent ) { - $error = "Unable to find ucd.all.grouped.xml. " + $error .= "Unable to find ucd.all.grouped.xml. " . "Download it, unzip, and specify its location with --data-dir=. " . "\n\n"; }