From 64d116b87dd69208605cbffb206071b98630ed05 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 18:25:57 +0000
Subject: [PATCH] typo in dictionary

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@467 44740490-163a-0410-bde0-09ae8108e29a
---
 dictionaries/attributes.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dictionaries/attributes.php b/dictionaries/attributes.php
index 8975fa2b9..423e1b886 100644
--- a/dictionaries/attributes.php
+++ b/dictionaries/attributes.php
@@ -95,7 +95,7 @@ $lang = array(
 		'no' => 'Foretrukket sprĂĄk',
 		'nn' => 'Føretrekt språk eller språkform',
 		'dk' => 'Foretrukne sprog',
-		'es' => 'Idioma preferido'
+		'es' => 'Idioma preferido',
 		'fr' => 'Langue préférée',
 		'de' => 'Bevorzugte Sprache',
 		'nl' => 'Voorkeurstaal',
-- 
GitLab