From f6698fe54f7d599ed6f7808cdb66c02b533e4c3e Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 25 Aug 2014 18:39:57 +0200 Subject: src: capitalization as the rest it's easier to grep Change-Id: I3639467b77c8071f2ffe3204669514948ffff8a2 --- sw/source/ui/fldui/fldui.src | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sw/source/ui') 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 -- cgit