From: Jimmy Collins Date: Fri, 4 Aug 2006 20:25:11 +0000 (+0000) Subject: add \n X-Git-Tag: 1.31.0-rc.0~56077 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=d76e72735416cfdcfd9fe78dc0d2a9e9d8b94ea0;p=lhc%2Fweb%2Fwiklou.git add \n --- diff --git a/maintenance/checktrans.php b/maintenance/checktrans.php index 917abf69c7..42a7b845ba 100644 --- a/maintenance/checktrans.php +++ b/maintenance/checktrans.php @@ -10,7 +10,7 @@ /** */ require_once('commandLine.inc'); -die( "This script currently *does not work*, please wait for fix." ); +die( "This script currently *does not work*, please wait for fix.\n" ); if ( $wgLang->getCode() == 'en' ) { print "Current selected language is English. Cannot check translations.\n";