diff options
author | Andras Timar <atimar@novell.com> | 2011-04-30 17:51:05 +0200 |
---|---|---|
committer | Andras Timar <atimar@novell.com> | 2011-04-30 17:51:43 +0200 |
commit | f871a4e489543458e1624c53f9862f57be2d66b5 (patch) | |
tree | 72db90e3436685372ab064adfd1bc25a4296e083 /sd/source/ui/app | |
parent | 3d6bec31b4b51364539eb79170db6afabad3ccf7 (diff) |
make strings localizable - fdo#36706
Diffstat (limited to 'sd/source/ui/app')
-rw-r--r-- | sd/source/ui/app/res_bmp.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/app/res_bmp.src b/sd/source/ui/app/res_bmp.src index 80160cdeb6c1..07309b86c1be 100644 --- a/sd/source/ui/app/res_bmp.src +++ b/sd/source/ui/app/res_bmp.src @@ -261,7 +261,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER { SfxStyleFamiliesRes1 StyleFamily = SFX_STYLE_FAMILY_PARA ; - FilterList = + FilterList [ en-US ] = { < "All Styles" ; SFXSTYLEBIT_ALL ; > ; < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; @@ -272,7 +272,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER { SfxStyleFamiliesRes2 StyleFamily = SFX_STYLE_FAMILY_PSEUDO ; - FilterList = + FilterList [ en-US ] = { < "All Styles" ; SFXSTYLEBIT_ALL ; > ; }; |