diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-25 18:39:57 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-09-05 04:06:33 +0200 |
commit | f6698fe54f7d599ed6f7808cdb66c02b533e4c3e (patch) | |
tree | 533b010d73d241fee580c90afe9920287ec025c7 /sw/source/ui | |
parent | 015d65c7ea301ed1033dde71e722e32f94c49530 (diff) |
src: capitalization as the rest
it's easier to grep
Change-Id: I3639467b77c8071f2ffe3204669514948ffff8a2
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/fldui/fldui.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/fldui/fldui.src b/sw/source/ui/fldui/fldui.src index a564a8e36180..2dbe17042a69 100644 --- a/sw/source/ui/fldui/fldui.src +++ b/sw/source/ui/fldui/fldui.src @@ -268,7 +268,7 @@ String FMT_DDE_NORMAL }; String FLD_INPUT_TEXT { - TEXT = "[Text]" ; + Text = "[Text]" ; }; /*-------------------------------------------------------------------- Description: SubType Extuser @@ -393,19 +393,19 @@ String FMT_CHAPTER_NAMENO --------------------------------------------------------------------*/ String FMT_NUM_ABC { - TEXT = "A B C" ; + Text = "A B C" ; }; String FMT_NUM_SABC { - TEXT = "a b c" ; + Text = "a b c" ; }; String FMT_NUM_ABC_N { - TEXT = "A .. AA .. AAA" ; + Text = "A .. AA .. AAA" ; }; String FMT_NUM_SABC_N { - TEXT = "a .. aa .. aaa" ; + Text = "a .. aa .. aaa" ; }; String FMT_NUM_ROMAN { @@ -563,7 +563,7 @@ String FMT_MARK_OLE --------------------------------------------------------------------*/ String FMT_TEXT { - TEXT = "Text" ; + Text = "Text" ; }; /*-------------------------------------------------------------------- Description: global String resources |