diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-12-26 18:42:09 +0400 |
---|---|---|
committer | Katarina Behrens <bubli@bubli.org> | 2015-02-07 21:02:14 +0000 |
commit | cf5a2811bbf5c013da3c6421ecb013137b2cc595 (patch) | |
tree | e3557a11f7495a768cbb41daf355af3bdee17cd9 /sd/source | |
parent | 1eb67b0d7ea8e428a576184156b8be3ad0f2b752 (diff) |
fdo#87706 correct object/image styles dialog title and tooltip
Change-Id: I36bcd859e5b3da933ed1cd1c54b34b71ca9f52d2
Reviewed-on: https://gerrit.libreoffice.org/13673
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Katarina Behrens <bubli@bubli.org>
Tested-by: Katarina Behrens <bubli@bubli.org>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/app/res_bmp.src | 2 | ||||
-rw-r--r-- | sd/source/ui/app/strings.src | 2 |
2 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 2074202c16cb..6d8cc0444d0e 100644 --- a/sd/source/ui/app/res_bmp.src +++ b/sd/source/ui/app/res_bmp.src @@ -240,7 +240,7 @@ Bitmap BMP_GRAPHIC }; #define SfxStyleFamiliesRes1\ - Text [ en-US ] = "Drawing Object Styles" ;\ + Text [ en-US ] = "Graphic Styles" ;\ #define SfxStyleFamiliesRes2\ Text [ en-US ] = "Presentation Styles" ;\ diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src index 1327eb69ad9f..3e11d182474a 100644 --- a/sd/source/ui/app/strings.src +++ b/sd/source/ui/app/strings.src @@ -1126,7 +1126,7 @@ String STR_TASKPANEL_LAYOUT_MENU_TITLE }; String STR_GRAPHICS_STYLE_FAMILY { - Text [ en-US ] = "Drawing Object Styles"; + Text [ en-US ] = "Graphic Styles"; }; String STR_CELL_STYLE_FAMILY { |