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/source/ui/shells | |
parent | 40861378a22503b58c7c6dd1f691fc824697c1db (diff) |
fdo#70998 Fix capitalization
Change-Id: I17d3f512309ab0cd5d717b2e7ca3e8d51165c8a4
Diffstat (limited to 'sw/source/ui/shells')
-rw-r--r-- | sw/source/ui/shells/shells.src | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |