diff options
author | Andras Timar <atimar@novell.com> | 2011-04-30 17:49:10 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-07-26 16:59:55 +0100 |
commit | 4e792da71071784d9c7268cccc2bc8c941906e21 (patch) | |
tree | 77a3e7c07a6078b776a506c6354cb60597a12abd | |
parent | 75784460f325f4151c72f410f41ba7566f71f176 (diff) |
make strings localizable - fdo#36706
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
-rw-r--r-- | sc/source/ui/styleui/scstyles.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/styleui/scstyles.src b/sc/source/ui/styleui/scstyles.src index 0cc89ca5f..9daecd865 100644 --- a/sc/source/ui/styleui/scstyles.src +++ b/sc/source/ui/styleui/scstyles.src @@ -35,7 +35,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER SfxStyleFamilyItem { StyleFamily = SFX_STYLE_FAMILY_PARA ; - FilterList = + FilterList [ en-US ] = { < "All Styles" ; SFXSTYLEBIT_ALL ; > ; < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; @@ -47,7 +47,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER SfxStyleFamilyItem { StyleFamily = SFX_STYLE_FAMILY_PAGE ; - FilterList = + FilterList [ en-US ] = { < "All Styles" ; SFXSTYLEBIT_ALL ; > ; < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; |