From 79f4e0bdcdd168fa334e510a699c2aedf867cd0e Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 4 Mar 2022 15:49:09 -0800 Subject: [PATCH] (NFC) `en_NZ` label should look like other `en_*` labels --- CRM/Core/I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/I18n.php b/CRM/Core/I18n.php index 9b8fdcc1bf..30cb0cb8ea 100644 --- a/CRM/Core/I18n.php +++ b/CRM/Core/I18n.php @@ -257,7 +257,7 @@ class CRM_Core_I18n { // Hacking in for now since the is probably the most important use-case for // money formatting in an English speaking non-US locale based on any reasonable // metric. - $return['en_NZ'] = ts('English - New Zealand'); + $return['en_NZ'] = ts('English (New Zealand)'); return $return; } -- 2.25.1