[Libreoffice-commits] core.git: svx/source
Olivier Hallot
olivier.hallot at libreoffice.org
Wed Apr 26 12:24:20 UTC 2017
svx/source/src/errtxt.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 39fd10b0f1523c38f84859b2a2c1648c8432ee0e
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date: Sat Apr 22 20:20:54 2017 -0300
Change "check amout" -> "checksum"
Unit #126486444
Change-Id: Id40b26a022b21f379677de41b55603fff7cd862a
Reviewed-on: https://gerrit.libreoffice.org/36823
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot at edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot at edx.srv.br>
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 ; >;
More information about the Libreoffice-commits
mailing list