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

Roman Kuznetsov (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 8 11:25:54 UTC 2019


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

New commits:
commit ac870a45ffde14cfdf4406df16d6bb51d08bc171
Author:     Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Thu Jul 4 14:27:21 2019 +0200
Commit:     Roman Kuznetsov <antilibreoffice at gmail.com>
CommitDate: Mon Jul 8 13:25:03 2019 +0200

    tdf#124840 Text for confirming updating external links should be
    
    "Allow updating" instead "Enable Content"
    
    Change-Id: Ife53dafc1b72ebe8665a5c74a75e422a54f56136
    Reviewed-on: https://gerrit.libreoffice.org/75081
    Tested-by: Jenkins
    Reviewed-by: Roman Kuznetsov <antilibreoffice at gmail.com>

diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc
index d5685ed3c626..4e92de3d7091 100644
--- a/sc/inc/strings.hrc
+++ b/sc/inc/strings.hrc
@@ -362,7 +362,7 @@
 #define STR_MESSAGE_OUTPUT_TOO_LONG                 NC_("STR_MESSAGE_OUTPUT_TOO_LONG", "Output is too long to write into the sheet.")
 #define STR_INPUT_DATA_RANGE                        NC_("STR_INPUT_DATA_RANGE", "Input data range")
 /*infobar for allowing links to update or not*/
-#define STR_ENABLE_CONTENT                          NC_("STR_ENABLE_CONTENT", "Enable Content")
+#define STR_ENABLE_CONTENT                          NC_("STR_ENABLE_CONTENT", "Allow updating")
 /*Insert image dialog*/
 #define STR_ANCHOR_TO_CELL                          NC_("STR_ANCHOR_TO_CELL", "To cell")
 #define STR_ANCHOR_TO_CELL_RESIZE                   NC_("STR_ANCHOR_TO_CELL_RESIZE", "To cell (resize with cell)")


More information about the Libreoffice-commits mailing list