diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-08-10 19:05:10 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-10 19:07:00 +0200 |
commit | ec779d811ab5fcb0957f362086fe7856219bdff2 (patch) | |
tree | 96bf47d715ef78af0cadf488b7dee53ff9e26519 /sc | |
parent | f50ae88277d7fd652679e1ed763855ccd223f756 (diff) |
Revert "tdf#111318: Improve message about pivot table/chart when removing a cell"
This reverts commit fac539889e32e5e47ca6b6da0a588abbe4cbe066.
Change-Id: I1496f13119936e7be24345bc6f56469ce40b6080
Reviewed-on: https://gerrit.libreoffice.org/40990
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/globstr.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 6e2da94e1a82..af7c749baaee 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -149,7 +149,7 @@ #define STR_PIVOT_MOVENOTALLOWED NC_("STR_PIVOT_MOVENOTALLOWED", "The data range can not be deleted.") #define STR_PIVOT_ERROR NC_("STR_PIVOT_ERROR", "Error creating the pivot table.") #define STR_PIVOT_NOTEMPTY NC_("STR_PIVOT_NOTEMPTY", "The destination range is not empty. Overwrite existing contents?") -#define STR_PIVOT_REMOVE_PIVOTCHART NC_("STR_PIVOT_REMOVE_PIVOTCHART", "Deleting any cells of a pivot table will also remove it and all associated pivot charts.\nDo you want to proceed?") +#define STR_PIVOT_REMOVE_PIVOTCHART NC_("STR_PIVOT_REMOVE_PIVOTCHART", "There is at least one pivot chart associated with this pivot table. Should remove all or abort?") #define STR_DATAPILOT_SUBTOTAL NC_("STR_DATAPILOT_SUBTOTAL", "The source range contains subtotals which may distort the results. Use it anyway?") #define STR_PIVOT_TOTAL NC_("STR_PIVOT_TOTAL", "Total") #define STR_PIVOT_DATA NC_("STR_PIVOT_DATA", "Data") |