From 7e05c07861deeea67dfdb52f5cd80513aca52f68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?=
 <christoph.grueninger@iws.uni-stuttgart.de>
Date: Thu, 10 Mar 2016 16:22:33 +0100
Subject: [PATCH] Update startmessage for 2.9; fix grammar

---
 dumux/common/start.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/common/start.hh b/dumux/common/start.hh
index 4cff06a957..f770a7bac5 100644
--- a/dumux/common/start.hh
+++ b/dumux/common/start.hh
@@ -223,7 +223,7 @@ void dumuxMessage_(bool start)
             std::cout << "             ###   #                @   @         @@ @@          @ " << std::endl;
             std::cout << "           ##       #               @   @  @   @  @ @ @  @   @  @ @" << std::endl;
             std::cout << "         ##          #              @   @  @   @  @   @  @   @     " << std::endl;
-            std::cout << "        #             #             @@@@    @@@   @   @   @@@   2.8" << std::endl;
+            std::cout << "        #             #             @@@@    @@@   @   @   @@@   2.9" << std::endl;
             std::cout << "       #               #                                           " << std::endl;
             std::cout << "      #                 #                                          " << std::endl;
             std::cout << "     #                   ##        %%%                             " << std::endl;
@@ -262,7 +262,7 @@ void dumuxMessage_(bool start)
             }
             else
             {
-                std::cout << "Chuck Norris has compiled DuMuX even two times in row!" << std::endl;
+                std::cout << "Chuck Norris has compiled DuMuX even two times in a row!" << std::endl;
             }
         break;
         case 12:
-- 
GitLab