[Libreoffice-commits] core.git: svx/source sw/source
Tor Lillqvist
tml at collabora.com
Tue Jun 28 08:42:40 UTC 2016
svx/source/src/errtxt.src | 2 +-
sw/source/ui/app/error.src | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5263b653b360e140c94eefe6d1f758aacc07ca78
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Jun 28 11:41:38 2016 +0300
Drop the dash from "Read-Error"
Change-Id: I12c058bbb01df9c2aad794b5d500ab7ed0502d81
diff --git a/svx/source/src/errtxt.src b/svx/source/src/errtxt.src
index addbe5e..ab00f1b 100644
--- a/svx/source/src/errtxt.src
+++ b/svx/source/src/errtxt.src
@@ -124,7 +124,7 @@ Resource RID_ERRHDL
};
String ERRCODE_CLASS_READ
{
- Text [ en-US ] = "Read-Error" ;
+ Text [ en-US ] = "Read Error" ;
};
String ERRCODE_CLASS_WRITE
{
diff --git a/sw/source/ui/app/error.src b/sw/source/ui/app/error.src
index cc5266d..67e4e8d 100644
--- a/sw/source/ui/app/error.src
+++ b/sw/source/ui/app/error.src
@@ -26,7 +26,7 @@
String STR_COMCORE_READERROR
{
- Text [ en-US ] = "Read-Error" ;
+ Text [ en-US ] = "Read Error" ;
};
String STR_COMCORE_CANT_SHOW
{
More information about the Libreoffice-commits
mailing list