Blame SOURCES/0016-sd-stop-calling-graphics-styles-Image-Styles.patch

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