Skip to content

Commit 18cae88

Browse files
committed
Lang
1 parent c59c547 commit 18cae88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/go/core/views/extjs3/import/CsvMappingDialog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,12 @@ go.import.CsvMappingDialog = Ext.extend(go.Window, {
186186
xtype: "textfield",
187187
name: "decimalSeparator",
188188
value: go.User.decimalSeparator,
189-
fieldLabel: t("Decimal separator")
189+
fieldLabel: t("Decimal Separator")
190190
},{
191191
xtype: "textfield",
192192
name: "thousandsSeparator",
193193
value: go.User.thousandsSeparator,
194-
fieldLabel: t("Thousands separator")
194+
fieldLabel: t("Thousand Separator")
195195
},
196196
]
197197
}]

0 commit comments

Comments
 (0)