diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-29 12:20:40 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-29 12:25:51 +0200 |
commit | 145eda05e5a35f17118726e74b511cdd1f36a53a (patch) | |
tree | 763a5f6c9fbb84b50313b94bd17b0e7f651340f5 /sw | |
parent | 40861378a22503b58c7c6dd1f691fc824697c1db (diff) |
fdo#70998 Fix capitalization
Change-Id: I17d3f512309ab0cd5d717b2e7ca3e8d51165c8a4
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/app/app.src | 2 | ||||
-rw-r--r-- | sw/source/ui/app/error.src | 4 | ||||
-rw-r--r-- | sw/source/ui/shells/shells.src | 6 | ||||
-rw-r--r-- | sw/source/ui/utlui/utlui.src | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src index 50a811e8a9b8..7874da685bdd 100644 --- a/sw/source/ui/app/app.src +++ b/sw/source/ui/app/app.src @@ -313,7 +313,7 @@ String STR_STATSTR_AUTOFORMAT String STR_STATSTR_IMPGRF { - Text [ en-US ] = "Importing Images..." ; + Text [ en-US ] = "Importing images..." ; }; String STR_STATSTR_SEARCH diff --git a/sw/source/ui/app/error.src b/sw/source/ui/app/error.src index 530a9b6a98de..77687720e822 100644 --- a/sw/source/ui/app/error.src +++ b/sw/source/ui/app/error.src @@ -153,11 +153,11 @@ Resource RID_SW_ERRHDL }; String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_OLE ) { - Text [ en-US ] = "Some OLE objects could only be loaded as Images." ; + Text [ en-US ] = "Some OLE objects could only be loaded as images." ; }; String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_OLE ) { - Text [ en-US ] = "Some OLE objects could only be saved as Images." ; + Text [ en-US ] = "Some OLE objects could only be saved as images." ; }; String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_POOR_LOAD ) { diff --git a/sw/source/ui/shells/shells.src b/sw/source/ui/shells/shells.src index 03668ebe599c..0c151d988f48 100644 --- a/sw/source/ui/shells/shells.src +++ b/sw/source/ui/shells/shells.src @@ -33,11 +33,11 @@ String STR_GRFILTER_IOERROR }; String STR_GRFILTER_FORMATERROR { - Text [ en-US ] = "Unknown Image format" ; + Text [ en-US ] = "Unknown image format" ; }; String STR_GRFILTER_VERSIONERROR { - Text [ en-US ] = "This Image file version is not supported" ; + Text [ en-US ] = "This image file version is not supported" ; }; String STR_GRFILTER_FILTERERROR { @@ -45,7 +45,7 @@ String STR_GRFILTER_FILTERERROR }; String STR_GRFILTER_TOOBIG { - Text [ en-US ] = "Not enough memory to insert the Image." ; + Text [ en-US ] = "Not enough memory to insert the image." ; }; String STR_INSERT_GRAPHIC { diff --git a/sw/source/ui/utlui/utlui.src b/sw/source/ui/utlui/utlui.src index ee722c07b7d6..80eca77c8750 100644 --- a/sw/source/ui/utlui/utlui.src +++ b/sw/source/ui/utlui/utlui.src @@ -153,7 +153,7 @@ String STR_EVENT_IMAGE_ABORT }; String STR_EVENT_IMAGE_ERROR { - Text [ en-US ] = "Could not load Image" ; + Text [ en-US ] = "Could not load image" ; }; String STR_EVENT_FRM_KEYINPUT_A { @@ -249,7 +249,7 @@ String STR_IDXEXAMPLE_IDXTXT_TABLE1 }; String STR_IDXEXAMPLE_IDXTXT_IMAGE1 { - Text [ en-US ] = "Image 1: This is Image 1" ; + Text [ en-US ] = "Image 1: This is image 1" ; }; String STR_CONTENT_TYPE_SINGLE_OUTLINE { |