From 67c2387b032ed5874b0f0c17c14847a170a5808e Mon Sep 17 00:00:00 2001
From: Stefan Froemken <froemken@gmail.com>
Date: Sat, 17 Mar 2018 20:03:55 +0100
Subject: [PATCH] [BUGFIX] Rename sub-property thousand_sep of numberFormat

The auto-complete feature of the TS-Editor
suggests a nun existing property thousand_sep.
Its correct name is thousands_sep.

Resolves: #84455
Releases: master,8.7
Change-Id: Id4854a3092de1383181003088e81d6a876142c9d
Reviewed-on: https://review.typo3.org/56336
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
---
 typo3/sysext/t3editor/Resources/Private/tsref.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/t3editor/Resources/Private/tsref.xml b/typo3/sysext/t3editor/Resources/Private/tsref.xml
index dc1249f783a5..1a14d1f583ad 100644
--- a/typo3/sysext/t3editor/Resources/Private/tsref.xml
+++ b/typo3/sysext/t3editor/Resources/Private/tsref.xml
@@ -5855,7 +5855,7 @@ Character that devides the decimals from the rest. Defaults to "."
 ]]></description>
 			<default><![CDATA[.]]></default>
 		</property>
-		<property name="thousand_sep" type="stdWrap">
+		<property name="thousands_sep" type="stdWrap">
 			<description><![CDATA[string / stdWrap
 Character that devides the thousands of the number. Defaults to ",", set an empty value to have no thousands separator.
 ]]></description>
-- 
GitLab