diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-25 16:08:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-01-26 10:54:03 +0100 |
commit | 7600afa82505ba4f5b78800aa95855d01bb766fc (patch) | |
tree | 6ddae38aee7a1f38616441e2810de190a171f913 /sc/inc | |
parent | 87866def6bfe2ee91be34a5ce37b79d6da881617 (diff) |
split two paragraph warning into primary and secondary messages
Change-Id: Ie3bd9205a549ac55a0e5c7b9a444928b0fd80174
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128935
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/strings.hrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc index 81908559a230..9a461a40d4ff 100644 --- a/sc/inc/strings.hrc +++ b/sc/inc/strings.hrc @@ -83,7 +83,6 @@ #define SCSTR_COLUMN_USER NC_("SCSTR_COLUMN_USER", "Standard;Text;Date (DMY);Date (MDY);Date (YMD);US English;Hide") #define SCSTR_FIELDSEP_TAB NC_("SCSTR_FIELDSEP_TAB", "Tab") #define SCSTR_FIELDSEP_SPACE NC_("SCSTR_FIELDSEP_SPACE", "space") -#define SCSTR_FORMULA_AUTOCORRECTION NC_("SCSTR_FORMULA_AUTOCORRECTION", "%PRODUCTNAME Calc found an error in the formula entered.\nDo you want to accept the correction proposed below?\n\n") #define SCSTR_UNDO_GRAFFILTER NC_("SCSTR_UNDO_GRAFFILTER", "Image Filter") #define STR_CAPTION_DEFAULT_TEXT NC_("STR_CAPTION_DEFAULT_TEXT", "Text") // Select tables dialog title |