[Libreoffice-commits] core.git: sc/inc

Julien Nabet serval2412 at yahoo.fr
Thu Aug 10 21:32:59 UTC 2017


 sc/inc/globstr.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4e2b44860c2c304ea728c512b47ca07aaf1cd452
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Aug 10 19:09:54 2017 +0200

    tdf#111318: Improve msg about pivot table/chart when removing a cell (take 2)
    
    Change-Id: I56e0fb1716d38471682084569d48907520922b26
    Reviewed-on: https://gerrit.libreoffice.org/40991
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc
index af7c749baaee..979a0824171c 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", "There is at least one pivot chart associated with this pivot table. Should remove all or abort?")
+#define STR_PIVOT_REMOVE_PIVOTCHART             NC_("STR_PIVOT_REMOVE_PIVOTCHART", "Deleting the pivot table will also remove any associated pivot charts.\nDo you want to proceed?")
 #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")


More information about the Libreoffice-commits mailing list