From 945c02fa926fd84737806398e663855c92eac420 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 27 Mar 2008 13:55:20 +0000
Subject: [PATCH] improved a error message

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@441 44740490-163a-0410-bde0-09ae8108e29a
---
 dictionaries/errors.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dictionaries/errors.php b/dictionaries/errors.php
index 88a0c735a..ef03e0160 100644
--- a/dictionaries/errors.php
+++ b/dictionaries/errors.php
@@ -221,7 +221,9 @@ $lang = array(
 		'en' => 'Error processing response from Identity Provider',
 		'es' => 'Error al procesar la solicitud del proveedor de servicio',
 	),
-	'descr_PROCESSAUTHNRESPONSE' =>	array('en' => 'This IdP received an authentication response from a service provider, but an error occured when trying to process the response.'),
+	'descr_PROCESSAUTHNRESPONSE' =>	array(
+		'en' => 'This SP received an authentication response from a identity provider, but an error occured when trying to process the response.'
+	),
 	
 	'title_PROCESSAUTHNREQUEST' => array(
 		'en' => 'Error processing request from Service Provider',
-- 
GitLab