From 0dc512eea07c834a6708868cf1bfa44110cfaaa0 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 30 Jan 2017 18:15:41 +0100 Subject: [PATCH] system: nobody caught this typo ;( --- src/etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 63c4175fc..5bde8b77f 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -246,7 +246,7 @@ function get_locale_list() $locales['ja_JP'] = gettext('Japanese'); $locales['mn_MN'] = gettext('Mongolian'); $locales['pt_BR'] = gettext('Portuguese (Brazil)'); - $locales['pt_PR'] = gettext('Portuguese (Portugal)'); + $locales['pt_PT'] = gettext('Portuguese (Portugal)'); $locales['ru_RU'] = gettext('Russian'); $locales['es_ES'] = gettext('Spanish'); $locales['sv_SE'] = gettext('Swedish');