From 5278ea74632b1d34eb3dbc7d35644778411d704e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Manuel=20G=C3=B3mez=20Senovilla?= Date: Sun, 3 Jun 2007 22:14:28 +0000 Subject: [PATCH] Fix for bad charset for "Spanish" translation --- phpgwapi/setup/default_records.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/setup/default_records.inc.php b/phpgwapi/setup/default_records.inc.php index 6297f792b7..6c605bd23c 100644 --- a/phpgwapi/setup/default_records.inc.php +++ b/phpgwapi/setup/default_records.inc.php @@ -40,7 +40,7 @@ foreach(array( 'el' => 'Greek', 'en' => 'English / US', 'eo' => 'Esperanto', - 'es-es' => 'Español', + 'es-es' => 'Español', 'et' => 'Estonian', 'eu' => 'Basque', 'fa' => 'Persian',