summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-08-13 10:56:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-08-13 10:58:45 +0100
commit77a38b460eab172e2d19388d2ef3f5eefb981d74 (patch)
tree74c7b025dbb3905bfdac8950598bdec48dfde84f /sw
parent2b129825f90bf7aee51e57fd11a5b81fbd5f16d1 (diff)
modify error messages a little
Change-Id: I5c2c5a567ffb16d3e072cba2930dffe762a744f3
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/app/error.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/app/error.src b/sw/source/ui/app/error.src
index 77687720e822..cc5266d19f4c 100644
--- a/sw/source/ui/app/error.src
+++ b/sw/source/ui/app/error.src
@@ -70,7 +70,7 @@ Resource RID_SW_ERRHDL
};
String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW6_NO_WW6_FILE_ERR )
{
- Text [ en-US ] = "This is not a WinWord6 file." ;
+ Text [ en-US ] = "This is not a valid WinWord6 file." ;
};
String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW6_FASTSAVE_ERR )
{
@@ -86,7 +86,7 @@ Resource RID_SW_ERRHDL
};
String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW8_NO_WW8_FILE_ERR )
{
- Text [ en-US ] = "This is not a WinWord97 file.";
+ Text [ en-US ] = "This is not a valid WinWord97 file.";
};
String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_FILE_ROWCOL )
{