From 834c7eee45d591260fe3eb3d88d8b84d34f820c6 Mon Sep 17 00:00:00 2001
From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 4 Mar 2014 15:20:39 +0000
Subject: [PATCH] Clarify an error message slightly.

git-svn-id: https://svn.dealii.org/trunk@32607 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/include/deal.II/lac/trilinos_vector_base.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deal.II/include/deal.II/lac/trilinos_vector_base.h b/deal.II/include/deal.II/lac/trilinos_vector_base.h
index d07b356faa..1ed43548dd 100644
--- a/deal.II/include/deal.II/lac/trilinos_vector_base.h
+++ b/deal.II/include/deal.II/lac/trilinos_vector_base.h
@@ -165,8 +165,8 @@ namespace TrilinosWrappers
       DeclException3 (ExcAccessToNonLocalElement,
                       size_type, size_type, size_type,
                       << "You tried to access element " << arg1
-                      << " of a distributed vector, but it is not stored on "
-                      << "the current processor. Note: the elements stored "
+                      << " of a distributed vector, but this element is not stored "
+                      << "on the current processor. Note: The elements stored "
                       << "on the current processor are within the range "
                       << arg2 << " through " << arg3
                       << " but Trilinos vectors need not store contiguous "
-- 
2.39.5