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 | |
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')
-rw-r--r-- | sd/source/ui/app/res_bmp.src | 2 | ||||
-rw-r--r-- | sd/source/ui/app/strings.src | 2 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/templatedialog.ui | 2 |
3 files changed, 3 insertions, 3 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 { diff --git a/sd/uiconfig/simpress/ui/templatedialog.ui b/sd/uiconfig/simpress/ui/templatedialog.ui index 4c89428d65b1..2a0e88186327 100644 --- a/sd/uiconfig/simpress/ui/templatedialog.ui +++ b/sd/uiconfig/simpress/ui/templatedialog.ui @@ -5,7 +5,7 @@ <object class="GtkDialog" id="TemplateDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> - <property name="title" translatable="yes">Image Styles</property> + <property name="title" translatable="yes">Graphic Styles</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> |