diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-04-22 20:20:54 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-04-26 14:23:52 +0200 |
commit | 39fd10b0f1523c38f84859b2a2c1648c8432ee0e (patch) | |
tree | 848378de00bb0a73fa43a7bf13d96ce3b59657ae /svx | |
parent | 93dbd417fde5907b9ccff6cc54b37cfacc0cab27 (diff) |
Change "check amout" -> "checksum"
Unit #126486444
Change-Id: Id40b26a022b21f379677de41b55603fff7cd862a
Reviewed-on: https://gerrit.libreoffice.org/36823
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/src/errtxt.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/src/errtxt.src b/svx/source/src/errtxt.src index ff1e91fbbdd2..a84c5b32c9ab 100644 --- a/svx/source/src/errtxt.src +++ b/svx/source/src/errtxt.src @@ -122,7 +122,7 @@ StringArray RID_ERRHDL < "Function not possible: path contains current directory." ; ERRCODE_IO_CURRENTDIR ; >; < "Function not possible: device (drive) not identical." ; ERRCODE_IO_NOTSAMEDEVICE ; >; < "Device (drive) not ready." ; ERRCODE_IO_DEVICENOTREADY ; >; - < "Wrong check amount." ; ERRCODE_IO_BADCRC ; >; + < "Wrong checksum." ; ERRCODE_IO_BADCRC ; >; < "Function not possible: write protected." ; ERRCODE_IO_WRITEPROTECTED ; >; < "The password of a shared spreadsheet cannot be set or changed.\nDeactivate sharing mode first."; ERRCODE_SFX_SHARED_NOPASSWORDCHANGE ; >; < "File format error found at $(ARG1)(row,col)."; ERRCODE_SFX_FORMAT_ROWCOL ; >; |