From ba3f863f2d1983f32fd52ba4fa8d64ace9f13fc2 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 5 Jul 2016 16:26:14 +0200 Subject: [PATCH] system: Spanish locale changed for portability --- src/www/system_general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/system_general.php b/src/www/system_general.php index b9e0b0fd8..02064fc95 100644 --- a/src/www/system_general.php +++ b/src/www/system_general.php @@ -50,7 +50,7 @@ function get_locale_list() $locales['mn_MN'] = gettext('Mongolian'); $locales['pt_BR'] = gettext('Portuguese'); $locales['ru_RU'] = gettext('Russian'); - $locales['es_CO'] = gettext('Spanish'); + $locales['es_ES'] = gettext('Spanish'); $locales['sv_SE'] = gettext('Swedish'); $locales['tr_TR'] = gettext('Turkish');