From 08e074e8642c83252a100eb7ab9d775af4ad8e43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 8 Feb 2008 19:23:09 +0000
Subject: [PATCH] making the error request message general so it can be used
 for both logout request and authnrequest

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

diff --git a/dictionaries/error_CREATEREQUEST.php b/dictionaries/error_CREATEREQUEST.php
index fccbba948..e6ff68139 100644
--- a/dictionaries/error_CREATEREQUEST.php
+++ b/dictionaries/error_CREATEREQUEST.php
@@ -2,7 +2,7 @@
 
 $lang = array(
 	'en'	=>	array(
-		'title'	=>	'Error creating AuthNRequest',
-		'descr'	=>	'An error occured when trying to create the authentication request.'
+		'title'	=>	'Error creating request',
+		'descr'	=>	'An error occured when trying to create the SAML request.'
 	)
 );
\ No newline at end of file
-- 
GitLab