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 /cui/source | |
parent | 015d65c7ea301ed1033dde71e722e32f94c49530 (diff) |
src: capitalization as the rest
it's easier to grep
Change-Id: I3639467b77c8071f2ffe3204669514948ffff8a2
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/customize/acccfg.src | 2 | ||||
-rw-r--r-- | cui/source/dialogs/cuires.src | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/customize/acccfg.src b/cui/source/customize/acccfg.src index 5eae4159e757..ae2eccb3507c 100644 --- a/cui/source/customize/acccfg.src +++ b/cui/source/customize/acccfg.src @@ -29,7 +29,7 @@ Resource RID_SVXPAGE_CONFIGGROUPBOX }; String STR_HUMAN_APPNAME { - TEXT = "%PRODUCTNAME" ; + Text = "%PRODUCTNAME" ; }; String STR_GROUP_STYLES { diff --git a/cui/source/dialogs/cuires.src b/cui/source/dialogs/cuires.src index 4597d958aadc..8173d628a25c 100644 --- a/cui/source/dialogs/cuires.src +++ b/cui/source/dialogs/cuires.src @@ -31,12 +31,12 @@ String RID_SVXSTR_PRODMACROS String RID_SVXSTR_SELECTOR_ADD_COMMANDS { - TEXT [ en-US ] = "Add Commands" ; + Text [ en-US ] = "Add Commands" ; }; String RID_SVXSTR_SELECTOR_RUN { - TEXT [ en-US ] = "Run" ; + Text [ en-US ] = "Run" ; }; String RID_SVXSTR_ROW |