diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-12 09:25:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-12 15:04:01 +0100 |
commit | da3331fe4b5a79f874242b38e2a05fb280976c90 (patch) | |
tree | 724272dd77164f254ebb761d9ade8027211630b0 /svtools | |
parent | 4c041561952894bf50427be643e751aa67cc8810 (diff) |
missing error description for ERRCODE_SFX_FORMAT_ROWCOL
Change-Id: Ia616486011f92ccfdd743e46f1b583b99b087eb5
Reviewed-on: https://gerrit.libreoffice.org/51113
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/errtxt.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/inc/errtxt.hrc b/svtools/inc/errtxt.hrc index d6e2c0008a1c..d341a91ee503 100644 --- a/svtools/inc/errtxt.hrc +++ b/svtools/inc/errtxt.hrc @@ -130,6 +130,7 @@ const ErrMsgCode RID_ERRHDL[] = { NC_("RID_ERRHDL", "Wrong checksum.") , ERRCODE_IO_BADCRC }, { NC_("RID_ERRHDL", "Function not possible: write protected.") , ERRCODE_IO_WRITEPROTECTED }, { NC_("RID_ERRHDL", "The password of a shared spreadsheet cannot be set or changed.\nDeactivate sharing mode first."), ERRCODE_SFX_SHARED_NOPASSWORDCHANGE }, + { NC_("RID_ERRHDL", "File format error found at $(ARG1)(row,col)."), ERRCODE_SFX_FORMAT_ROWCOL }, { NC_("RID_ERRHDL", "The filter for this file format is disabled in configuration. Please contact your systems administrator."), ERRCODE_IO_FILTERDISABLED }, { nullptr, ERRCODE_NONE } }; |