diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-07-04 14:27:21 +0200 |
---|---|---|
committer | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-07-08 13:25:03 +0200 |
commit | ac870a45ffde14cfdf4406df16d6bb51d08bc171 (patch) | |
tree | 13ad9c18aa620ed748d4507f270d62b04a2dbbd2 | |
parent | 7707cba0bd3f1d544ead634282f8d3415af0cd5e (diff) |
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@gmail.com>
-rw-r--r-- | sc/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
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)") |