From 8e5c9c74e148bf2a86c0a4ead4b13136b5f610c7 Mon Sep 17 00:00:00 2001 From: Preexo <tim.niklas@web.de> Date: Fri, 29 Apr 2016 14:13:19 +0800 Subject: [PATCH] #126 : swapped default seperator for grouping to avoid same seperator for decimal and grouiping --- include/ComboStrings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ComboStrings.php b/include/ComboStrings.php index 91166cf4f..a88f30444 100644 --- a/include/ComboStrings.php +++ b/include/ComboStrings.php @@ -342,8 +342,8 @@ $combo_strings = Array( " " => " ", "$" => "$" ), -'currency_grouping_separator_dom' => Array("." => ".", - "," => ",", +'currency_grouping_separator_dom' => Array("," => ",", + "." => ".", "'" => "'", " " => " ", "$" => "$" -- GitLab