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 | b0eefda7585fa96a21428af4164aff13fc5e7312 (patch) | |
tree | 4e520d69a0579ec4a24fc269e087acdc49ab77bd /chart2 | |
parent | 649830ed1c205135aef10f084b2ff32963adb7af (diff) |
Adapt texts to new B-spline implementation
Diffstat (limited to 'chart2')
-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 69c33cd14021..334c8d54a183 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 { |