From 99c846290c02b7aa929ae3a09b9ab941d2d39e06 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 29 Dec 2016 21:36:55 +0100 Subject: Fix wording of Clonk config check --- src/crsm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crsm.cpp') diff --git a/src/crsm.cpp b/src/crsm.cpp index e65aeb2..f40a3d0 100644 --- a/src/crsm.cpp +++ b/src/crsm.cpp @@ -1846,7 +1846,7 @@ void CRSM::applyConfig() QFile clonkConfig(Config.Clonk.Server.Config); if(!clonkConfig.exists()) { - out("WARNING: Clonk's config file is not existing!"); + out("WARNING: Clonk's config file doesn't exist!\n"); } else { -- cgit v1.2.3-54-g00ecf