From: Wolfgang Bangerth Date: Fri, 27 Feb 2015 03:00:09 +0000 (-0600) Subject: Improve grammar in exceptions. X-Git-Tag: v8.3.0-rc1~411^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23eb6f89b733ed0d176826f4936fc1e338415c12;p=dealii.git Improve grammar in exceptions. --- diff --git a/source/grid/tria.cc b/source/grid/tria.cc index 62398b0e9c..45143a9d1d 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -969,7 +969,7 @@ namespace internal */ DeclException2 (ExcLineInexistant, int, int, - << "When trying to give a boundary indicator to a line: " + << "While trying to assign a boundary indicator to a line: " << "the line with end vertices " << arg1 << " and " << arg2 << " does not exist."); /** @@ -978,7 +978,7 @@ namespace internal */ DeclException4 (ExcQuadInexistant, int, int, int, int, - << "When trying to give a boundary indicator to a quad: " + << "While trying to assign a boundary indicator to a quad: " << "the quad with bounding lines " << arg1 << ", " << arg2 << ", " << arg3 << ", " << arg4 << " does not exist."); /**