svtools/inc/errtxt.hrc | 1 + 1 file changed, 1 insertion(+) New commits: commit da3331fe4b5a79f874242b38e2a05fb280976c90 Author: Caolán McNamara <caol...@redhat.com> Date: Mon Mar 12 09:25:09 2018 +0000
missing error description for ERRCODE_SFX_FORMAT_ROWCOL Change-Id: Ia616486011f92ccfdd743e46f1b583b99b087eb5 Reviewed-on: https://gerrit.libreoffice.org/51113 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> 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 } }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits