Skip to content

Commit

Permalink
[BUGFIX] Rename sub-property thousand_sep of numberFormat
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
froemken authored and georgringer committed Mar 17, 2018
1 parent 264c5e0 commit 67c2387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typo3/sysext/t3editor/Resources/Private/tsref.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 67c2387

Please sign in to comment.