From 76e02dba9769bf1ea8c79c189b924f4d79f97ca4 Mon Sep 17 00:00:00 2001
From: Michael Stahl <mstahl@redhat.com>
Date: Mon, 14 Jul 2014 18:05:24 +0200
Subject: [PATCH 016/137] sd: stop calling graphics styles "Image Styles"
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
(regression from a71a562a9958fc58a5fb914bcf7f8056a353f618)
Change-Id: Ie3a44a80c720f59831bc2b1da91792fb8aa24d62
(cherry picked from commit b55b96589f7fe0b2f426c2472da7174ab95aab87)
Reviewed-on: https://gerrit.libreoffice.org/10307
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
---
sd/source/ui/app/res_bmp.src | 2 +-
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 cc48996..719bf99 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 ] = "Image Styles" ;\
+ Text [ en-US ] = "Drawing Object 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 b7f916c..6ec1d5d 100644
--- a/sd/source/ui/app/strings.src
+++ b/sd/source/ui/app/strings.src
@@ -1146,7 +1146,7 @@ String STR_TASKPANEL_LAYOUT_MENU_TITLE
};
String STR_GRAPHICS_STYLE_FAMILY
{
- Text [ en-US ] = "Image Styles";
+ Text [ en-US ] = "Drawing Object Styles";
};
String STR_CELL_STYLE_FAMILY
{
--
1.9.3