From 145eda05e5a35f17118726e74b511cdd1f36a53a Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Mon, 29 Sep 2014 12:20:40 +0200 Subject: fdo#70998 Fix capitalization Change-Id: I17d3f512309ab0cd5d717b2e7ca3e8d51165c8a4 --- sw/source/ui/shells/shells.src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/ui/shells') 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 { -- cgit