From ac2210847b62cb3decc21cd43ebf8d7b00f3f41b Mon Sep 17 00:00:00 2001 From: Josef Ottosson Date: Fri, 14 Feb 2014 14:29:18 +0100 Subject: [PATCH] Corrected thousands delimiter for Swedish --- i18n/Swedish.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/Swedish.lang b/i18n/Swedish.lang index b6d6ecf..6691aa4 100644 --- a/i18n/Swedish.lang +++ b/i18n/Swedish.lang @@ -11,7 +11,7 @@ "sInfoEmpty": "Visar 0 till 0 av totalt 0 rader", "sInfoFiltered": "(filtrerade från totalt _MAX_ rader)", "sInfoPostFix": "", - "sInfoThousands": ",", + "sInfoThousands": " ", "sLengthMenu": "Visa _MENU_ rader", "sLoadingRecords": "Laddar...", "sProcessing": "Bearbetar...",