From 23eb6f89b733ed0d176826f4936fc1e338415c12 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 26 Feb 2015 21:00:09 -0600 Subject: [PATCH] Improve grammar in exceptions. --- source/grid/tria.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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."); /** -- 2.39.5