From d76e72735416cfdcfd9fe78dc0d2a9e9d8b94ea0 Mon Sep 17 00:00:00 2001 From: Jimmy Collins Date: Fri, 4 Aug 2006 20:25:11 +0000 Subject: [PATCH] add \n --- maintenance/checktrans.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.20.1