[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sd/source
Michael Stahl
mstahl at redhat.com
Tue Jul 15 00:30:55 PDT 2014
sd/source/ui/app/res_bmp.src | 2 +-
sd/source/ui/app/strings.src | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5d0673b0f9126f140ffc3d130ee3f04d4f8dcb07
Author: Michael Stahl <mstahl at redhat.com>
Date: Mon Jul 14 18:05:24 2014 +0200
sd: stop calling graphics styles "Image Styles"
(regression from a71a562a9958fc58a5fb914bcf7f8056a353f618)
Change-Id: Ie3a44a80c720f59831bc2b1da91792fb8aa24d62
(cherry picked from commit b55b96589f7fe0b2f426c2472da7174ab95aab87)
Reviewed-on: https://gerrit.libreoffice.org/10306
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/sd/source/ui/app/res_bmp.src b/sd/source/ui/app/res_bmp.src
index c68e9ad..2074202 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 b8b5237..38c3725 100644
--- a/sd/source/ui/app/strings.src
+++ b/sd/source/ui/app/strings.src
@@ -1142,7 +1142,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
{
More information about the Libreoffice-commits
mailing list