diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2011-01-24 18:10:36 +0100 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2011-01-24 18:10:36 +0100 |
commit | c862ba7a7025a5949b7d3aef86cd5b28a84c8cc2 (patch) | |
tree | eee22f2a4118dd34f46cc0393e10bbfc16e68e63 /sc/source/ui/src/scfuncs.src | |
parent | d8624c7d123e2ced21e8ddcd6bcee92b6aa10a14 (diff) |
dr79: #i116540# change 'DataPilot' to 'Pivot Table' in Calc GUI; recover lost changes in resource file pivot.src, remove unused code
Diffstat (limited to 'sc/source/ui/src/scfuncs.src')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 129ed62a6c15..4f99f90b8437 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -7894,7 +7894,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 { String 1 // Description { - Text [ en-US ] = "Extracts value(s) from a DataPilot table."; + Text [ en-US ] = "Extracts value(s) from a pivot table."; }; ExtraData = { @@ -7910,15 +7910,15 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 }; String 3 // Description of Parameter 1 { - Text [ en-US ] = "The name of the data pilot field to extract."; + Text [ en-US ] = "The name of the pivot table field to extract."; }; String 4 // Name of Parameter 2 { - Text [ en-US ] = "DataPilot"; + Text [ en-US ] = "Pivot Table"; }; String 5 // Description of Parameter 2 { - Text [ en-US ] = "A reference to a cell or range in the DataPilot table."; + Text [ en-US ] = "A reference to a cell or range in the pivot table."; }; String 6 // Name of Parameter 3 { |