diff --git a/apps/spreadsheeteditor/main/app/template/ChartSettings.template b/apps/spreadsheeteditor/main/app/template/ChartSettings.template index 2d0d1accb..c8c2aa068 100644 --- a/apps/spreadsheeteditor/main/app/template/ChartSettings.template +++ b/apps/spreadsheeteditor/main/app/template/ChartSettings.template @@ -45,12 +45,23 @@
-
+
diff --git a/apps/spreadsheeteditor/main/app/view/ChartSettings.js b/apps/spreadsheeteditor/main/app/view/ChartSettings.js
index 0600b9be7..62d6b32f1 100644
--- a/apps/spreadsheeteditor/main/app/view/ChartSettings.js
+++ b/apps/spreadsheeteditor/main/app/view/ChartSettings.js
@@ -1186,7 +1186,7 @@ define([
textStock: 'Stock Chart',
textStyle: 'Style',
textAdvanced: 'Show advanced settings',
- strSparkType: 'Sparkline Type',
+ strSparkType: 'Type',
strSparkColor: 'Color',
strLineWeight: 'Line Weight',
textMarkers: 'Markers',
@@ -1198,7 +1198,9 @@ define([
textLowPoint: 'Low Point',
textNegativePoint: 'Negative Point',
textFirstPoint: 'First Point',
- textLastPoint: 'Last Point'
+ textLastPoint: 'Last Point',
+ strTemplate: 'Template',
+ textShow: 'Show'
}, SSE.Views.ChartSettings || {}));
});
\ No newline at end of file
|