From 39fd10b0f1523c38f84859b2a2c1648c8432ee0e Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 22 Apr 2017 20:20:54 -0300 Subject: Change "check amout" -> "checksum" Unit #126486444 Change-Id: Id40b26a022b21f379677de41b55603fff7cd862a Reviewed-on: https://gerrit.libreoffice.org/36823 Tested-by: Jenkins Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- svx/source/src/errtxt.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') 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 ; >; -- cgit