diff options
author | Regina Henschel <rb.henschel@t-online.de> | 2011-06-23 18:33:44 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-23 18:43:20 +0300 |
commit | 56bbeb82074d3b812469734306c7d46f12e39996 (patch) | |
tree | 452f631a6be10fbfbf42af7f1c41871583a5bb7b /chart2/source/controller | |
parent | 70d01893e713fa730acd73a28fbf5ee29651215c (diff) |
Adapt texts to new B-spline implementation
Diffstat (limited to 'chart2/source/controller')
-rw-r--r-- | chart2/source/controller/dialogs/tp_ChartType.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_ChartType.src b/chart2/source/controller/dialogs/tp_ChartType.src index 69c33cd14..334c8d54a 100644 --- a/chart2/source/controller/dialogs/tp_ChartType.src +++ b/chart2/source/controller/dialogs/tp_ChartType.src @@ -245,7 +245,7 @@ ModalDialog DLG_SPLINE_PROPERTIES { Pos = MAP_APPFONT ( POS_X_SPLINE_EXTRAS , POS_Y_SPLINES_3 ) ; Size = MAP_APPFONT ( SPLINES_WIDTH_METRIC_TEXT , 10 ) ; - Text [ en-US ] = "~Data points order" ; + Text [ en-US ] = "~Degree of polynomials" ; }; MetricField MF_SPLINE_ORDER { |