diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-29 12:32:27 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-29 12:32:27 +0200 |
commit | d9632a6effabe8554c4e7e05ee24c16acd0f4f95 (patch) | |
tree | 1d1a93e8dc492356e4078e1e38fa0c716e7f7927 /officecfg | |
parent | 145eda05e5a35f17118726e74b511cdd1f36a53a (diff) |
fdo#70998 Fix capitalization
Change-Id: Ie0dc41bd091cedcc6bd8a20aff16a9d0e4b73689
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs index f4b63a43ed8a..cd655115ac99 100644 --- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs @@ -36,7 +36,7 @@ <!-- OldLocation: Soffice.cfg --> <!-- UIHints: Tools - Option - HTML-Document Contents - [Section] Display --> <info> - <desc>Specifies whether Images and Objects are displayed.</desc> + <desc>Specifies whether images and objects are displayed.</desc> <label>Images and Objects</label> </info> <value>true</value> @@ -592,7 +592,7 @@ <!-- OldLocation: Soffice.cfg --> <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Contents --> <info> - <desc>Specifies whether Images are printed.</desc> + <desc>Specifies whether images are printed.</desc> <label>Images</label> </info> <value>true</value> @@ -923,7 +923,7 @@ </info> <prop oor:name="Graphic" oor:type="xs:int" oor:nillable="false"> <info> - <desc>Specifies whether the Image Object Bar or the Text Object Bar/Web is the visible toolbar when a Image is selected.</desc> + <desc>Specifies whether the Image Object Bar or the Text Object Bar/Web is the visible toolbar when a image is selected.</desc> </info> <value>-1</value> </prop> @@ -975,7 +975,7 @@ <!--OldLocation: Soffice.cfg --> <!--UIHints: HTML document in readonly mode - context menu of an Image - Add Image - As Link / Copy--> <info> - <desc>Specifies whether an Image is embedded or added as link when it is inserted into the Gallery.</desc> + <desc>Specifies whether an image is embedded or added as link when it is inserted into the Gallery.</desc> </info> <value>true</value> </prop> |